Image | Audio | Video |
---|---|---|
X |
Fügt eine Aufnahme in einen Aufnahmekatalog ein.
Berechtigung
INSERT, CONTROL
Bibliotheksdatei
OS/2 und Windows | AIX, HP-UX und Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
Syntax
long DBvInsertShot( char *catalogName , DBvShotType *shot, DBvIOType *video, char *shotHandle, SQLHDBC hdbc );
Parameter
Fehlercodes
Beispiele
Einfügen einer Aufnahme in einen Aufnahmekatalog '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 */