HcdMdd_PowerDown
This function is the host controller MDD power-down handler.
BOOL HcdMdd_PowerDown(
LPVOID lpvOhcdObject
);
Parameters
- lpvOhcdObject
[in] Pointer to a host controller interface driver object.
Return Values
TRUE indicates success. FALSE indicates failure.
Remarks
This function is called by the PDD as part of processing this function. It causes the MDD to save state and prepare the host controller interface controller to shut down. The host controller interface controller is placed into reset; SOF generation is disabled.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Ohcdddsi.h or Uhcdddsi.h.
See Also
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.