イメージ | オーディオ | ビデオ |
---|---|---|
O |
ショットをショット・カタログに挿入します。
許可
Insert、Control
ライブラリー・ファイル
OS/2 および Windows | AIX、HP-UX、および Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
インクルード・ファイル
dmbshot.h
構文
long DBvInsertShot( char *catalogName , DBvShotType *shot, DBvIOType *video, char *shotHandle, SQLHDBC hdbc );
パラメーター
エラー・コード
例
ショットをホット・ショットと呼ばれるショット・カタログに挿入します。
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 */