IPrintSchemaTicket::NotifyXmlChanged method (printerextension.h)

Notifies the print system that the XML DOM object has changed.

Syntax

HRESULT NotifyXmlChanged();

Return value

This method returns an HRESULT value.

Remarks

If the client retrieves the XML DOM object of the PrintTicket by calling IPrintSchemaElement::XmlNode, and makes direct modifications to the PrintTicket using XMLDOM APIs, then it is the responsibility of the client to call IPrintSchemaTicket::NotifyXmlChanged to notify the system that the PrintTicket content has been modified.

Requirements

Requirement Value
Minimum supported client Windows 8
Target Platform Desktop
Header printerextension.h

See also

IPrintSchemaElement::XmlNode

IPrintSchemaTicket