typedef struct _VDD_IO_PORTRANGE {
WORD First;
WORD Last;
} VDD_IO_PORTRANGE, *PVDD_IO_PORTRANGE;
VDD_IO_PORTRANGE defines the beginning and ending point of the dedicated port memory.
Members
First
The beginning address of the dedicated port memory range.
Last
The ending address of the dedicate port memory range.