DEVICESTRUCT

From EDM2
Jump to: navigation, search

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 ;