Jump to content

DRIVERSTRUCT

From EDM2
Revision as of 11:01, 18 August 2017 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Driver structure

Type

PSZ        DrvrName;
PSZ        DrvrDescript;
PSZ        VendorName;
UCHAR      MajorVer;
UCHAR      MinorVer;
DATESTAMP  Date;
USHORT     DrvrFlags;
USHORT     DrvrType;
USHORT     DrvrSubType;
PFNRMCB    DrvrCallback;

C Declaration Method

typedef struct

Fields