Share via


GetNodeType

 

Provides the type of the current node.

Syntax

  
HRESULT GetNodeType ([out] XmlNodeType * pXmlNodeType);  

Arguments

pXmlNodeType
The type of node that the reader is currently positioned on. This value cannot be NULL.

Return Value

Returns S_OK if no error is generated.

Requirements

Header: XmlLite.h

Library: XmlLite.lib

See Also

IXmlReader Methods