struct DBGKD_READ_WRITE_IO32

typedef struct _DBGKD_READ_WRITE_IO32
{
     ULONG DataSize;
     ULONG IoAddress;
     ULONG DataValue;
} DBGKD_READ_WRITE_IO32, *PDBGKD_READ_WRITE_IO32;

Windows Vista Kernel Structures