Image | Audio | Video |
---|---|---|
X |
Aktualisiert den Anzeigekommentar innerhalb der Aufnahme.
Berechtigung
CONTROL, UPDATE
Bibliotheksdatei
OS/2 und Windows | AIX, HP-UX und Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
Kopfdatei
dmbshot.h
Syntax
long DBvSetShotComment( char *catalogName , char *shotHandle, char *comment, SQLHDBC hdbc );
Parameter
Fehlercodes
Beispiele
Ändern des Kommentars, der die Aufnahme mit der Kennung 'shotHandle' im Katalog 'hotshots' beschreibt:
#include <dmbshot.h> rc = DBvSetShotComment("hotshot", shotHandle, "This is a hot shot.", hdbc);