// prcomoem.h
typedef struct _PRINT_FEATURE_OPTION {
PCSTR pszFeature;
PCSTR pszOption;
} PRINT_FEATURE_OPTION;
View the official Windows Driver Kit DDI referenceNo description available.
The PRINT_FEATURE_OPTION structure contains information about a feature-option pair, where the option is one option of a particular feature.
pszFeatureThe printing feature.
pszOptionOne of the options for the printing feature.
This structure is used by methods that belong to the IPrintCoreHelper, IPrintCoreHelperPS, and IPrintCoreHelperUni interfaces. The methods are listed in the See Also section.
IPrintCoreHelper::WhyConstrained
IPrintCoreHelperPS::SetOptions
IPrintCoreHelperPS::WhyConstrained
IPrintCoreHelperUni::SetOptions
IPrintCoreHelperUni::WhyConstrained