影像 | 音效 | 視訊 |
---|---|---|
X |
更新快照中的唯讀註解。
授權
控制、更新
檔案庫
OS/2 與 Windows | AIX、HP-UX 及 Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
併入檔
dmbshot.h
語法
long DBvSetShotComment( char *catalogName, char *shotHandle, char *comment, SQLHDBC hdbc );
參數
錯誤碼
範例
變更型錄 hotshots 中用以說明快照 (其 handle 為 shotHandle) 的標註:
#include <dmbshot.h> rc = DBvSetShotComment("hotshot", shotHandle, "This is a hot shot.", hdbc);