IPrintSchemaElement::XmlNode property
Gets the IXMLDOMNode object associated with this item.
This property is read-only.
Syntax
HRESULT get_XmlNode( [out, retval] IXMLDOMNode **ppXmlNode );
Property value
The returned node.
Error codes
Returns an HRESULT value, if the property call was successful. Otherwise it returns the appropriate error code.
Remarks
When you dereference the ppXmlNode parameter (using *ppXmlNode ), you obtain a pointer to an interface of type IUnknown. Use this pointer to call the QueryInterface method, to access the underlying IXMLDOMElement object.print.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
See also
- IPrintSchemaCapabilities
- IPrintSchemaElement
- IPrintSchemaTicket
- IPrintSchemaTicket_GetCapabilities
- IPrintSchemaTicket::NotifyXmlChanged
- IXMLDOMElement