Share via


GetNodeType (Compact 2013)

3/26/2014

This interface provides the type of the current node.

Syntax

HRESULT GetNodeType (
    XmlNodeType* pXmlNodeType
);

Arguments

  • pXmlNodeType
    [out] The type of node upon which the reader is currently positioned. This value cannot be NULL.

Return Value

Returns S_OK if no error is generated.

See Also

Reference

IXmlReader Methods
IXmlReader Properties
Error Codes