DRIVERSTRUCT

From EDM2
Jump to: navigation, search

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