AddrS
Appearance
Data associated with the kernel debugger communications protocol.
Syntax
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 ;
Type
struct
C Declaration Method
typedef