Data associated with the kernel debugger communications protocol.
typedef struct _AddrS {
DWORD AddrOff; /* Address offset. */
DWORD AddrSeg; /* Address segment or selector. */
BYTE AddrType; /* Type of address specified. */
BYTE AddrSize; /* AddrSize */
WORD AddrTask; /* AddrTask */
} AddrS;
typedef AddrS * AddrS ;