Share via


PDD_DeInit (Windows Embedded CE 6.0)

1/6/2010

PDD_DeInit is called when the driver is being unloaded. At this point the PDD layer should free up any remaining resources.

Syntax

DWORD PDD_DeInit( 
              LPVOID PDDContext
       );

Parameters

  • PDDContext
    [in]

    This is the return value of PDD_Init.

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