HcdPdd_Deinit
This function is the HC driver de-initialization routine.
BOOL HcdPdd_Deinit(
DWORD dwDeviceContext
);
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 the processing for this function, the HcdMdd_DestroyHcdObject function executes to enable the MDD to clean up internal data structures.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Ohcdddsi.h or Uhcdddsi.h.
See Also
HcdMdd_DestroyHcdObject | HcdPdd_Init | USB Drivers
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.