다음을 통해 공유


HcdMdd_PowerUp (Windows CE 5.0)

Send Feedback

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

HcdMdd_PowerDown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.