PRINT_FEATURE_OPTION structure (prcomoem.h)
The PRINT_FEATURE_OPTION structure contains information about a feature-option pair, where the option is one option of a particular feature.
Syntax
typedef struct _PRINT_FEATURE_OPTION {
PCSTR pszFeature;
PCSTR pszOption;
} PRINT_FEATURE_OPTION;
Members
pszFeature
The printing feature.
pszOption
One of the options for the printing feature.
Remarks
This structure is used by methods that belong to the IPrintCoreHelper, IPrintCoreHelperPS, and IPrintCoreHelperUni interfaces. The methods are listed in the See Also section.
Requirements
Requirement | Value |
---|---|
Header | prcomoem.h (include Prcomoem.h) |
See also
IPrintCoreHelper::WhyConstrained
IPrintCoreHelperPS::SetOptions
IPrintCoreHelperPS::WhyConstrained