Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 2.03 KB

nf-printerextension-iprintschematicket-notifyxmlchanged.md

File metadata and controls

58 lines (49 loc) · 2.03 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
NF:printerextension.IPrintSchemaTicket.NotifyXmlChanged
IPrintSchemaTicket::NotifyXmlChanged (printerextension.h)
Notifies the print system that the XML DOM object has changed.
print
08/02/2022
IPrintSchemaTicket::NotifyXmlChanged
IPrintSchemaTicket, IPrintSchemaTicket interface [Print Devices],NotifyXmlChanged method, IPrintSchemaTicket.NotifyXmlChanged, IPrintSchemaTicket::NotifyXmlChanged, NotifyXmlChanged, NotifyXmlChanged method [Print Devices], NotifyXmlChanged method [Print Devices],IPrintSchemaTicket interface, print.iprintschematicket_notifyxmlchanged, printerextension/IPrintSchemaTicket::NotifyXmlChanged
printerextension.h
Desktop
Windows 8
Windows
IPrintSchemaTicket::NotifyXmlChanged
printerextension/IPrintSchemaTicket::NotifyXmlChanged
APIRef
kbSyntax
COM
Printerextension.h
IPrintSchemaTicket::NotifyXmlChanged

-description

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

-returns

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.

-see-also

IPrintSchemaElement::XmlNode

IPrintSchemaTicket