HcdMdd_DestroyMemoryObject (Windows Embedded CE 6.0)
1/6/2010
This function cleans up a host controller interface (HCI) memory object.
Syntax
BOOL HcdMdd_DestroyMemoryObject(
LPVOID lpvMemoryObject
);
Parameters
- lpvMemoryObject
[in] Pointer to a host controller driver memory object.
Return Value
TRUE indicates success. FALSE indicates failure.
Remarks
This function executes 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 |
Windows Embedded CE | Windows CE 1.0 and later |
See Also
Reference
USB Host Controller Driver MDD Functions
HcdMdd_CreateMemoryObject