HcdMdd_DestroyHcdObject
This function cleans up a host controller interface driver object.
BOOL HcdMdd_DestroyOhcdObject(
LPVOID lpvOhcdObject
);
Parameters
- lpvOhcdObject
[in] Pointer to a host controller driver object.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
This function should execute when a host controller interface controller is removed, or if an error occurs during initialization, 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_CreateHcdObject | USB Drivers
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.