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