Jump to content

IORESOURCE

From EDM2

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 ;