SWBLOCK
Appearance
Switch-list block structure.
struct
typedef
typedef struct _SWBLOCK {
ULONG cswentry; /* Count of switch list entries. */
SWENTRY aswentry[1]; /* Switch list entries. */
} SWBLOCK;
typedef SWBLOCK * PSWBLOCK ;