IPrintSchemaTicket::NotifyXmlChanged method
Notifies the print system that the XML DOM object has changed.
Syntax
HRESULT NotifyXmlChanged( None );
Parameters
- None
-
This method has no parameters.
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
|
Target platform |
|
|---|---|
|
Version |
Windows 8 |
|
Header |
|
See also