Returns the type of the current node being read.
The type is equivalent to Microsoft Windows XmlNodeType
. See MSDN documentation on XmlNodeType
for further information.
- 引数
-
[in] | in_this | Current reader instance of this interface. |
- 戻り値
- The type of the current node.
HostXml.h の 181 行目に定義があります。
参照元 AK.Wwise::Plugin::V1::XmlReader::GetNodeType().