DJP ITEM: Difference between revisions
Appearance
Created page with "This structure is used to set and query printer properties or job properties. ==Type== typedef struct _DJP_ITEM { ULONG cb; /* Size of the DJP_ITEM struct..." |
No edit summary |
||
| Line 11: | Line 11: | ||
typedef DJP_ITEM *PDJP_ITEM; | typedef DJP_ITEM *PDJP_ITEM; | ||
[[Category:Data type]] | [[Category:Data type]] | ||
{{DISPLAYTITLE:DJP_ITEM}} | |||
Latest revision as of 16:37, 8 February 2020
This structure is used to set and query printer properties or job properties.
Type
typedef struct _DJP_ITEM {
ULONG cb; /* Size of the DJP_ITEM structure. */
ULONG ulProperty; /* Identifies specific job property. */
LONG lType; /* Property type. */
ULONG ulNumReturned; /* Number of elements that have been returned. */
ULONG ulValue; /* Size is variable based on ulProperty. */
} DJP_ITEM;
C Declaration Method
typedef DJP_ITEM *PDJP_ITEM;