This function is the OHCD deinitialization routine.
BOOL OhcdPdd_Deinit( DWORD dwDeviceContext );
OhcdPdd_Init function.
TRUE indicates success. FALSE indicates failure.
This function is called if the OHC interface driver is unloaded. As part of the processing for this function, the OhcdMdd_DestroyOhcdObject function is called to enable the MDD to clean up internal data structures.
This function is declared in the Ohcdddsi.h header file.