Share via


PDD_DeInitSensorMode (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Other Resources

Camera PDD Methods