HcdMdd_PowerUp (Windows CE 5.0)
This function is the host controller driver model device driver (MDD) power-up handler.
BOOLHcdMdd_PowerUp(LPVOIDlpvOhcdObject);
Parameters
- lpvOhcdObject
[in] Pointer to a host controller interface (HCI) driver object.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
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.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Hcdddsi.h or Ohcdddsi.h.
See Also
Send Feedback on this topic to the authors