LDEVSTRUCT
Appearance
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 ;