PrintSchemaSelectionType - NtDoc

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

typedef enum tagPrintSchemaSelectionType {
  PrintSchemaSelectionType_PickOne,
  PrintSchemaSelectionType_PickMany
} PrintSchemaSelectionType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-printerextension-tagprintschemaselectiontype)

Description

The PrintSchemaSelectionType enumeration identifies how a feature's options should be selected. This property appears only in a PrintCapabilities document.

Constants

PrintSchemaSelectionType_PickOne

Select one.

PrintSchemaSelectionType_PickMany

Select many.