图象 | 音频 | 视频 |
---|---|---|
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 中带 shotHandle 的镜头的注释:
#include <dmbshot.h> rc = DBvSetShotComment("hotshot", shotHandle, "This is a hot shot.", hdbc);