HcdMdd_DestroyHcdObject (Compact 2013)
3/26/2014
This function cleans up a host controller interface (HCI) driver object.
Syntax
BOOL HcdMdd_DestroyOhcdObject(
LPVOID lpvOhcdObject
);
Parameters
- lpvOhcdObject
[in] Pointer to a host controller driver object.
Return Value
TRUE indicates success. FALSE indicates failure.
Remarks
This function should execute when a HCI controller is removed, or if an error occurs during initialization, 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 MDD Functions
HcdMdd_CreateHcdObject