PRINT_FEATURE_OPTION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// prcomoem.h

typedef struct _PRINT_FEATURE_OPTION {
  PCSTR pszFeature;
  PCSTR pszOption;
} PRINT_FEATURE_OPTION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-prcomoem-_print_feature_option)

_PRINT_FEATURE_OPTION structure

Description

The PRINT_FEATURE_OPTION structure contains information about a feature-option pair, where the option is one option of a particular feature.

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.

See also

IPrintCoreHelper::SetOptions

IPrintCoreHelper::WhyConstrained

IPrintCoreHelperPS::SetOptions

IPrintCoreHelperPS::WhyConstrained

IPrintCoreHelperUni::SetOptions

IPrintCoreHelperUni::WhyConstrained