Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 2.83 KB

ne-printerextension-tagprintschemaconstrainedsetting.md

File metadata and controls

69 lines (56 loc) · 2.83 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NE:printerextension.tagPrintSchemaConstrainedSetting
PrintSchemaConstrainedSetting (printerextension.h)
The PrintSchemaConstrainedSetting enumeration specifies whether the Option is available based on the current device configuration. The constrained attribute appears only in a PrintCapabilities document.
print
08/01/2022
tagPrintSchemaConstrainedSetting enumeration
PrintSchemaConstrainedSetting, PrintSchemaConstrainedSetting enumeration [Print Devices], PrintSchemaConstrainedSetting_Admin, PrintSchemaConstrainedSetting_Device, PrintSchemaConstrainedSetting_None, PrintSchemaConstrainedSetting_PrintTicket, print.printschemaconstrainedsetting, printerextension/PrintSchemaConstrainedSetting, printerextension/PrintSchemaConstrainedSetting_Admin, printerextension/PrintSchemaConstrainedSetting_Device, printerextension/PrintSchemaConstrainedSetting_None, printerextension/PrintSchemaConstrainedSetting_PrintTicket, tagPrintSchemaConstrainedSetting
printerextension.h
Windows
Windows 8
Windows Server 2012
Windows
PrintSchemaConstrainedSetting
tagPrintSchemaConstrainedSetting
printerextension/tagPrintSchemaConstrainedSetting
PrintSchemaConstrainedSetting
printerextension/PrintSchemaConstrainedSetting
APIRef
kbSyntax
HeaderDef
Printerextension.h
tagPrintSchemaConstrainedSetting
PrintSchemaConstrainedSetting

-description

The PrintSchemaConstrainedSetting enumeration specifies whether the Option is available based on the current device configuration. The constrained attribute appears only in a PrintCapabilities document.

-enum-fields

-field PrintSchemaConstrainedSetting_None

The Option is not constrained.

-field PrintSchemaConstrainedSetting_PrintTicket

The Option is constrained by the PrintTicket settings. Changing the PrintTicket document settings should be able to remove the constraint.

-field PrintSchemaConstrainedSetting_Admin

The Option is constrained by the administrator's settings. The Option constraint should not be removable by a user without administrator privileges.

-field PrintSchemaConstrainedSetting_Device

The Option is constrained by the device configuration. The Option should not be removable by either a user or administrator without changing the device configuration.

-see-also

IPrintSchemaOption::Constrained