DRIVERSTRUCT
Appearance
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
Remarks
Example Code
typedef struct _DRIVERSTRUCT {
PSZ DrvrName;
PSZ DrvrDescript;
PSZ VendorName;
UCHAR MajorVer;
UCHAR MinorVer;
DATESTAMP Date;
USHORT DrvrFlags;
USHORT DrvrType;
USHORT DrvrSubType;
PFNRMCB DrvrCallback;
} DRIVERSTRUCT;
typedef DRIVERSTRUCT * PDRIVERSTRUCT ;