다음을 통해 공유


HcdMdd_PowerDown (Windows CE 5.0)

Send Feedback

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

HcdMdd_PowerUp

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.