HcdPdd_Deinit (Compact 2013)
3/26/2014
This function is the HC driver de-initialization routine.
Syntax
BOOL HcdPdd_Deinit(
DWORD dwDeviceContext
);
Parameters
- dwDeviceContext
[in] Pointer to the device context returned from the HcdPdd_Init function.
Return Value
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
Header |
Hcdddsi.h or Ohcdddsi.h |
See Also
Reference
USB Host Controller Driver PDD Functions
HcdMdd_DestroyHcdObject
HcdPdd_Init