The <cxxEnumerationAPIItemLocation> element describes the location of an enumeration in the original C++ source code.
The <cxxEnumerationAPIItemLocation> element must contain the location of the API declaration using <cxxEnumerationDeclarationFile> and <cxxEnumerationDeclarationFileLine>; the location of the API definition is optional.
<cxxEnumerationAPIItemLocation> <cxxEnumerationDeclarationFile name="filePath" value="C:/src/include/w32adll.h"/> <cxxEnumerationDeclarationFileLine name="lineNumber" value="1072"/> </cxxEnumerationAPIItemLocation>
cxxEnumerationDeclarationFile cxxEnumerationDeclarationFileLine cxxEnumerationDefinitionFile cxxEnumerationDefinitionFileLineEnd cxxEnumerationDefinitionFileLineStart
(cxxEnumerationDeclarationFile then cxxEnumerationDeclarationFileLine then cxxEnumerationDefinitionFile then cxxEnumerationDefinitionFileLineStart then cxxEnumerationDefinitionFileLineEnd )