IPrintSchemaElement::get_XmlNode method (printerextension.h)

Gets the IXMLDOMNode object associated with this item.

This property is read-only.

Syntax

HRESULT get_XmlNode(
  IUnknown **ppXmlNode
);

Parameters

ppXmlNode

Defines the IUnknown parameter ppXmlNode.

Return value

Returns an HRESULT value. If the property call was not successful, it returns the appropriate HRESULT 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

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header printerextension.h

See also

IPrintSchemaCapabilities

IPrintSchemaElement

IPrintSchemaTicket

IPrintSchemaTicket::NotifyXmlChanged

IPrintSchemaTicket_GetCapabilities

IXMLDOMElement