// printerextension.h
typedef enum tagPrintSchemaSelectionType {
PrintSchemaSelectionType_PickOne,
PrintSchemaSelectionType_PickMany
} PrintSchemaSelectionType;
View the official Windows Driver Kit DDI referenceNo description available.
The PrintSchemaSelectionType enumeration identifies how a feature's options should be selected. This property appears only in a PrintCapabilities document.
PrintSchemaSelectionType_PickOneSelect one.
PrintSchemaSelectionType_PickManySelect many.