IBM Books

Image, Audio, and Video Extenders Administration and Programming

DBvInitShotControl


Image Audio Video
    X

Initializes the values in the shot 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 DBvInitShotControl(
      DBvShotControl *shotCtrl,
      );

Parameters

shotCtrl (in)
The pointer to the shot control data structure.

Error codes

MMDB_SUCCESS
API call processed successfully.

MMDB_RC_ACCESS
Caller does not have proper access authority.

MMDB_RC_NOT_CONNECTED
The application does not have valid connection to a database.

Examples

Initialize the values in the shot control data structure:

#include <dmbshot.h>
 
rc = DBvInitShotControl(shotCtrl);


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]