HcdMdd_DestroyMemoryObject

This function cleans up a host controller interface memory object.

BOOL HcdMdd_DestroyMemoryObject(
  LPVOID lpvMemoryObject 
);

Parameters

  • lpvMemoryObject
    [in] Pointer to an HC driver memory object.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

This function executes when a host controller interface 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: Ohcdddsi.h or Uhcdddsi.h.

See Also

HcdMdd_CreateMemoryObject | USB Drivers

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.