LDEVSTRUCT: Difference between revisions
Appearance
Created page with "Logical device driver structure. == Type == PSZ LDevDescriptName; USHORT LDevFlags; USHORT LDevClass; HDEVICE LDevHDevice; PADJUNCT p..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Logical device driver structure | Logical device driver structure | ||
== Type == | == Type == | ||
PSZ LDevDescriptName; | |||
USHORT LDevFlags; | |||
USHORT LDevClass; | |||
HDEVICE LDevHDevice; | |||
PADJUNCT pAdjunctList; | |||
== C Declaration Method == | == C Declaration Method == | ||
Line 12: | Line 12: | ||
== Fields == | == Fields == | ||
[[Category:Data type]] | [[Category:Data type]] |
Latest revision as of 11:09, 18 August 2017
Logical device driver structure
Type
PSZ LDevDescriptName; USHORT LDevFlags; USHORT LDevClass; HDEVICE LDevHDevice; PADJUNCT pAdjunctList;
C Declaration Method
typedef struct