PDD_DeInitSensorMode
Other versions of this page are also available for the following:
8/28/2008
PDD_DeInitSensorMode is called when the MDD layer wants the PDD layer to de-allocate all the resources related to a given mode ulModeType.
Syntax
DWORD PDD_DeInitSensorMode(
LPVOID PDDContext,
ULONG ulModeType
);
Parameters
LPVOID PDDContext
[in]This is the return value of PDD_Init.
ULONG ulModeType
[in]There are three modes supported, CAPTURE, PREVIEW and STILL
Return Value
PDD specific. ERROR_SUCCESS represents success. Any other value will be treated as error.
Requirements
Header | Developer Implemented |
Library | Developer Implemented |
Windows Embedded CE | Windows Embedded CE 6.0 and later |