Share via


HcdMdd_PowerDown (Windows Embedded CE 6.0)

1/6/2010

This function is the host controller model device driver (MDD) power-down handler.

Syntax

BOOL HcdMdd_PowerDown(
  LPVOID lpvOhcdObject 
);

Parameters

  • lpvOhcdObject
    [in] Pointer to a host controller interface (HCI) driver object.

Return Value

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

Header Hcdddsi.h or Ohcdddsi.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

USB Host Controller Driver MDD Functions
HcdMdd_PowerUp