Jump to content

SWBLOCK

From EDM2

Switch-list block structure.

Type

struct

C Declaration Method

typedef

Example Code


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

typedef   SWBLOCK   * PSWBLOCK ;