This function cleans up an OHC interface memory object.
BOOL OhcdMdd_DestroyMemoryObject( LPVOID lpvMemoryObject );
TRUE indicates success. FALSE indicates an error.
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.