Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.