libraryInfo—Library Informationv
NOTE Since v9.2.0, the macro for obtaining Library Information is SNTL_QUERY_LIBRARY_INFO_VERSION(v). Here, v represents the query version. Specify version under the double quotes, such as "1.0". The earlier macro SNTL_QUERY_LIBRARY_INFO is deprecated hereafter.
Query
<?xml version="1.0" encoding="UTF-8"?>
<sentinelQuery query="libraryInfo" version="1.0"/>
Scope
<!-- empty scope as library information is from current library-->
<?xml version="1.0" encoding="UTF-8"?>
<sentinelScope>
</sentinelScope>
Output
<?xml version="1.0" encoding="UTF-8"?>
<sentinelInfo>
<library>
<majorVersion>9</majorVersion>
<minorVersion>2</minorVersion>
<pointId>0</pointId>
<buildId>86</buildId>
</library>
</sentinelInfo>
Element | Description |
---|---|
majorVersion | The major version number. For example, in 9.2.0.0086, the major version is 9. |
minorVersion | The minor version number. For example, in 9.2.0.0086, the minor version is 2. |
pointId | The point identifier. For example, in 9.2.0.0086, the point identifier is 0. |
buildId | The build identifier. For example, in 9.2.0.0086, the build identifier is 86. |