LDEVSTRUCT: Difference between revisions
Appearance
Created page with "Logical device driver structure. == Type == PSZ LDevDescriptName; USHORT LDevFlags; USHORT LDevClass; HDEVICE LDevHDevice; PADJUNCT p..." |
(No difference)
|
Revision as of 16:56, 17 August 2017
Logical device driver structure.
Type
PSZ LDevDescriptName; USHORT LDevFlags; USHORT LDevClass; HDEVICE LDevHDevice; PADJUNCT pAdjunctList;
C Declaration Method
typedef struct
Fields
Remarks
Example Code
typedef struct _LDEVSTRUCT { PSZ LDevDescriptName; USHORT LDevFlags; USHORT LDevClass; HDEVICE LDevHDevice; PADJUNCT pAdjunctList; } LDEVSTRUCT; typedef LDEVSTRUCT * PLDEVSTRUCT ;