Share via


CAM_Init (Windows Embedded CE 6.0)

1/6/2010

This function is a camera driver's entry point. When this function is called, the camera driver detects and initializes the hardware, allocates and initializes its data structures, and returns a device instance identifier that will be passed in subsequent calls to CAM_Open.

This function is the camera driver's implementation of the stream interface driver function XXX_Init (Device Manager).

Syntax

DWORD CAM_Init(
  VOID* pContext
);

Parameters

See XXX_Init (Device Manager).

Return Value

See XXX_Init (Device Manager).

Requirements

Header Developer Implemented
Library Developer Implemented
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Reference

Camera Driver Functions
XXX_Deinit (Device Manager)