Share via


CAM_Init

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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
Windows Mobile Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later

See Also

Reference

Camera Driver Functions
XXX_Deinit (Device Manager)