GetNodeType (Compact 7)
3/12/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.