Share via


OALIoReadBusData (Windows CE 5.0)

Send Feedback

This function reads data from the device configuration space as specified by the first parameter.

UINT32 OALIoReadBusData(  DEVICE_LOCATION *pDevLoc,  UINT32 address,  UINT32 size,  VOID *pData);

Parameters

  • pDevLoc
    [in] Pointer to a DEVICE_LOCATION structure.
  • address
    [in] Address to read from in device configuration space.
  • size
    [in] Specifies the size of the data to be read, in bytes.
  • pData
    [out] Pointer to the data read from the device configuration space.

Return Values

This function returns the number of bytes read.

Remarks

On most hardware platforms, this function supports only PCI bus-based devices.

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.