Image | Audio | Video |
---|---|---|
X |
Inserts a shot into a shot catalog.
Authorization
Insert, Control
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
Include file
dmbshot.h
Syntax
long DBvInsertShot( char *catalogName, DBvShotType *shot, DBvIOType *video, char *shotHandle, SQLHDBC hdbc );
Parameters
Error codes
Examples
Insert a shot into a shot catalog called hotshots:
rc = DBvInsertShot( "hotshots", /* shot catalog name */ shot, /* pointer to shot structure */ video, /* pointer to video structure */ shotHandle, /* pointer to shot handle */ hdbc); /* database connection handle */