IORESOURCE
Appearance
I/O port range structure.
Type
USHORT BaseIOPort; USHORT NumIOPorts; USHORT IOFlags; USHORT IOAddressLines;
C Declaration Method
typedef struct
Fields
Remarks
Example Code
typedef struct _IORESOURCE { USHORT BaseIOPort; USHORT NumIOPorts; USHORT IOFlags; USHORT IOAddressLines; } IORESOURCE; typedef IORESOURCE * PIORESOURCE ;