AddrS

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 ;


[Back: Data Types]
[Next: AddrS Field - AddrOff]