VCEANCB_Init

ImperX VCEANCB Functions

VCEANCB_Init

The VCEANCB_Init function initializes FrameGrabber.

HANDLE VCEANCB_Init();

Return Values:

If the function succeed, the return value is handle to card.

If the function fails, the return valie is NULL.

To get extended error information, call VCEANCB_CardLastError

The error value can be one of the following values.

VCEANCB_Err_noMemory Not enough memory.
VCEANCB_Err_noDriver Driver is not installed.
VCEANCB_Err_noDevicePresent No VCEANCB device present.
VCEANCB_Err_UnknownError Unknown (possibly system) error. To get extended error information, call VCEANCB_SystemLastError.

See also:

VCEANCB_Done