OALIoWriteBusData (Windows CE 5.0)
This function writes data to the device configuration space as specified by the first parameter.
UINT32 OALIoWriteBusData( DEVICE_LOCATION *pDevLoc, UINT32 address, UINT32 size, VOID *pData);
Parameters
- pDevLoc
[in] Pointer to a DEVICE_LOCATION structure. - address
[in] Address to write to in device configuration space. - size
[in] Specifies the size of the data to be written, in bytes. - pData
[in] Pointer to the data to write to the device configuration space.
Return Values
This function returns the number of bytes written.
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
Send Feedback on this topic to the authors