HcdMdd_PowerUp (Windows CE 5.0)
This function is the host controller driver model device driver (MDD) power-up handler.
BOOLHcdMdd_PowerUp(LPVOIDlpvOhcdObject);
- lpvOhcdObject
[in] Pointer to a host controller interface (HCI) driver object.
TRUE indicates success. FALSE indicates failure.
This function should be called by the platform dependent driver (PDD) as part of processing this function. It causes the MDD to restore state and reinitialize the HCI hardware. All client drivers loaded at the time that the power is turned off are unloaded. Once this is completed, the HCI hardware is placed into the USB OPERATIONAL state, and drivers for devices that are still attached are loaded.
OS Versions: Windows CE 1.0 and later.
Header: Hcdddsi.h or Ohcdddsi.h.
Send Feedback on this topic to the authors