IPrintSchemaParameterDefinition::UserInputRequired property

The UserInputRequired property Gets the Boolean value that indicates whether or not a user input value is required for the Print Schema parameter.

This property is read-only.

Syntax


HRESULT get_UserInputRequired(
  [out, retval] BOOL *pbIsRequired
);

Property value

The Boolean value.

Error codes

Returns an HRESULT value, if the property call was successful. Otherwise it returns the appropriate error code.

Remarks

The print dialog can use UserInputRequired to determine whether or not it should force the user to enter a valid value for the parameter, before it allows printing to proceed.

Requirements

Minimum supported client

Windows 8.1

Minimum supported server

Windows Server 2012 R2

Header

Printerextension.h

See also

IPrintSchemaParameterDefinition

 

 

Send comments about this topic to Microsoft

Show: