OhcdMdd_DestroyMemoryObject

This function cleans up an OHC interface memory object.

Syntax

BOOL OhcdMdd_DestroyMemoryObject( LPVOID lpvMemoryObject );

Parameters

lpvMemoryObject
[IN] Pointer to an OHCD memory object.

Return Values

TRUE indicates success. FALSE indicates an error.

Remarks

This function is called when an OHC interface controller is removed, or if an error occurs during initialization, to enable the MDD to clean up internal data structures.

This function is declared in the Ohcdddsi.h header file.