HcdMdd_PowerDown (Windows CE 5.0)
This function is the host controller model device driver (MDD) power-down handler.
BOOLHcdMdd_PowerDown(LPVOIDlpvOhcdObject);
Parameters
- lpvOhcdObject
[in] Pointer to a host controller interface (HCI) driver object.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
This function is called by the platform dependent driver (PDD) as part of processing this function. It causes the MDD to save state and prepare the HCI controller to shut down. The HCI controller is placed into reset, and start-of-frame (SOF) packets are disabled.
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