Image | Audio | Video |
---|---|---|
X |
Initializes the values in the storyboard control data structure.
Authorization
Insert, Control
Library file
OS/2 and Windows | AIX, HP-UX, and Solaris |
---|---|
dmbshot.lib | libdmbshot.a (AIX) |
| libdmbshot.sl (HP-UX) |
| libdmbshot.so (Solaris) |
Include file
dmbshot.h
Syntax
long DBvInitStoryboardCtrl( DBvStoryboardCtrl *sbCtrl, );
Parameters
Error codes
Examples
Initialize the values in the storyboard control data structure:
#include <dmbshot.h> rc = DBvInitStoryboardCtrl(shotCtrl);