Jump to content

DEVICESTRUCT

From EDM2
Revision as of 09:31, 5 April 2025 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Device structure.

Type

 PSZ          DevDescriptName;
 USHORT       DevFlags;
 USHORT       DevType;
 PADJUNCT     pAdjunctList;

C Declaration Method

typedef struct

Fields

Remarks

Example Code

typedef struct _DEVICESTRUCT {
  PSZ          DevDescriptName;
  USHORT       DevFlags;
  USHORT       DevType;
  PADJUNCT     pAdjunctList;
} DEVICESTRUCT;

typedef   DEVICESTRUCT   * PDEVICESTRUCT ;