Image | Audio | Video |
---|---|---|
X |
Determines whether a database has been enabled for video (DB2Video data). The application must be connected to a database before calling this API.
Authorization
None
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbvideo.lib | libdmbvideo.a (AIX) |
| libdmbvideo.sl (HP-UX) |
| libdmbvideo.so (Solaris) |
Include file
dmbvideo.h
Syntax
long DBvIsDatabaseEnabled( short *status );
Parameters
Error codes
Examples
Determine if the personnl database is enabled for video:
#include <dmbvideo.h> rc = DBvIsDatabaseEnabled(&status);