Jump to content

SWENTRY

From EDM2

Switch-list entry structure.

Type

struct

C Declaration Method

typedef

Example Code

typedef struct _SWENTRY {
  HSWITCH     hswitch;  /*  Switch-list entry handle. */
  SWCNTRL     swctl;    /*  Switch-list control block structure. */
} SWENTRY;

typedef   SWENTRY   * PSWENTRY ;