OhcdMdd_DestroyOhcdObject

This function cleans up an OHC interface driver object.

Syntax

BOOL OhcdMdd_DestroyOhcdObject( LPVOID lpvOhcdObject );

Parameters

lpvOhcdObject
[IN] Pointer to an OHCI driver object.

Return Values

TRUE indicates success. FALSE indicates an error.

Remarks

This function should be 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.