Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure defines the location of the PCI bus, device, and function number.
typedef union { struct { UINT8 fnc; UINT8 dev; UINT8 bus; }; UINT32 logicalLoc;} OAL_PCI_LOCATION, *POAL_PCI_LOCATION;
Members
- fnc
PCI device function number. - dev
PCI device number. - bus
PCI device bus number.
Remarks
Requirements
OS Versions: Windows CE Version 5.0 and later
Header: Oal_pci.h
Link Library: Developer-defined
See Also
Send Feedback on this topic to the authors