다음을 통해 공유


HcdPdd_PowerUp (Windows CE 5.0)

Send Feedback

This function is the power handler for the USB host controller driver model device driver (MDD).

voidHcdPdd_PowerUp(DWORDdwDeviceContext);

Parameters

  • dwDeviceContext
    [in] Pointer to the device context returned from the HcdPdd_Init function.

Return Values

None.

Remarks

This function executes when the system boots. This function must call the HcdMdd_PowerUp function to enable the model device driver (MDD) to restore state information. The host controller interface (HCI) memory area, as passed to the HcdMdd_CreateHcdObject function, must be preserved across a power cycle. No system calls can be made from within this function.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Hcdddsi.h or Ohcdddsi.h.

See Also

HcdMdd_CreateHcdObject | HcdMdd_PowerUp | HcdPdd_Init

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.