Share via


OALIoBusPowerOn (Windows CE 5.0)

Send Feedback

This function puts the bus driver back into power on mode.

BOOL OALIoBusPowerOn(  INTERFACE_TYPE ifcType,  UINT32 busId);

Parameters

  • ifcType
    [in] Bus type specified by the INTERFACE_TYPE enumeration.
  • busId
    [in] Identifies the PCI bus controller if there are multiple PCI bus controllers on the system. Set this parameter to 0 to represent the first bus controller, set this value to 1 to represent the second bus controller, and so on.

Return Values

TRUE indicates success.

FALSE indicates failure.

Remarks

This function should power on the bus driver and restore its state, if required.

Requirements

OS Versions: Windows CE Version 5.0 and later
Header: Oal_io.h
Link Library: Developer-defined

See Also

I/O Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.