Compartir a través de


HcdPdd_Deinit (Windows CE 5.0)

Send Feedback

This function is the HC driver de-initialization routine.

BOOLHcdPdd_Deinit(DWORDdwDeviceContext);

Parameters

  • dwDeviceContext
    [in] Pointer to the device context returned from the HcdPdd_Init function.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

This function is called if the host controller interface driver is unloaded. As part of processing this function, the HcdMdd_DestroyHcdObject function executes to enable the model device driver (MDD) to clean up internal data structures.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Hcdddsi.h or Ohcdddsi.h.

See Also

HcdMdd_DestroyHcdObject | HcdPdd_Init

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.