Share via


PDD_DeInitSensorMode (Compact 2013)

3/26/2014

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

  • PDDContext
    [in] This is the return value of PDD_Init.
  • 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

See Also

Reference

Camera PDD Methods