DRIVERSTRUCT: Difference between revisions
Appearance
Created page with "Driver structure. == Type == PSZ DrvrName; PSZ DrvrDescript; PSZ VendorName; UCHAR MajorVer; UCHAR MinorVer; DATEST..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Driver structure | Driver structure | ||
== Type == | == Type == | ||
[[PSZ]] DrvrName; | |||
PSZ DrvrDescript; | |||
PSZ VendorName; | |||
[[UCHAR]] MajorVer; | |||
UCHAR MinorVer; | |||
[[DATESTAMP]] Date; | |||
USHORT DrvrFlags; | |||
USHORT DrvrType; | |||
USHORT DrvrSubType; | |||
PFNRMCB DrvrCallback; | |||
== C Declaration Method == | == C Declaration Method == | ||
typedef struct | typedef struct | ||
== Fields == | == Fields == | ||
[[Category:Data type]] | [[Category:Data type]] |