This function is the OHCD MDD power-up handler.
BOOL OhcdMdd_PowerUp( LPVOID lpvOhcdObject );
TRUE indicates success. FALSE indicates an error.
This function should be called by the PDD as part of processing this function. It causes the MDD to restore state and reinitialize the OHC interface hardware. All client drivers loaded at the time that the power is turned off are unloaded. Once this is completed, the OHC interface hardware is placed into the OPERATIONAL state, and drivers for devices that are still attached to the USB are loaded.
This function is declared in the Ohcdddsi.h header file.