Jump to content

SYSNAMESTRUCT

From EDM2

System name structure.

Type

 PSZ          SysDescriptName;
 PADJUNCT     pAdjunctList;
 USHORT       SysFlags;
 USHORT       Reserved;

C Declaration Method

typedef struct

Fields

Example Code

typedef struct _SYSNAMESTRUCT {
  PSZ          SysDescriptName;
  PADJUNCT     pAdjunctList;
  USHORT       SysFlags;
  USHORT       Reserved;         /*  Reserved value. */
} SYSNAMESTRUCT;

typedef   SYSNAMESTRUCT  * PSYSNAMESTRUCT;