다음을 통해 공유


HcdMdd_DestroyMemoryObject (Windows CE 5.0)

Send Feedback

This function cleans up a host controller interface (HCI) memory object.

BOOLHcdMdd_DestroyMemoryObject(LPVOIDlpvMemoryObject);

Parameters

  • lpvMemoryObject
    [in] Pointer to a host controller driver memory object.

Return Values

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

OS Versions: Windows CE 1.0 and later.
Header: Hcdddsi.h or Ohcdddsi.h.

See Also

HcdMdd_CreateMemoryObject

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.