lType
(
LONG
)
Property type.
Valid input values are as follows:
DJP_ALL
The application requests all possible values. The list of values will be placed starting at the
ulValue
field.
DJP_CURRENT
The application requests the current value be taken from the input job properties (use the value from
ulProperty
).
Valid output values are as follows:
DJP_ALL
Unchanged; successful query
DJP_CURRENT
Unchanged; successful query
DJP_ERROR_NOT_SUPPORTED
Driver does not support the value in the
ulProperty
field
DJP_ERROR_OUT_OF_RANGE
The value in the
ulValue
field is not in the valid range.
DJP_ERROR_NOT_ENUM
This cannot be enumerated (for example, DJP_SJ_COPIES)
DJP_ERROR_INV_PARMS
The value in
ulValue
is not valid
[Back: DJP_ITEM Field - ulProperty]
[Next: DJP_ITEM Field - ulNumReturned]