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.
1/5/2010
This structure defines the location of the PCI bus, device, and function number.
Syntax
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.
Requirements
| Header | oal_pci.h |
| Library | Developer Implemented |
| Windows Embedded CE | Windows CE 5.0 and later |