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