PathEngine home previous: iTestBed::getInterfaceMajorVersion()next: iTestBed::getKeyState()
Contents, API Reference, Interfaces, iTestBed, getInterfaceMinorVersion

iTestBed::getInterfaceMinorVersion()

Description

Returns the minor version number for the code supporting this interface.

Syntax

int32_t getInterfaceMinorVersion() const;

Return Value

The minor version number for the code behind this interface.

Remarks

This function should be used together with iTestBed::getInterfaceMajorVersion(), immediately after an interface is obtained, to check that the headers used for compilation are compatible with the code behind the interface.
See Interface Version Numbers for details about the versioning system used in the PathEngine SDK.

See Also

iTestBed::getVersionAttributes(), iTestBed::getInterfaceMajorVersion()

C# Mapping

int getInterfaceMinorVersion();

Java Mapping

int getInterfaceMinorVersion();

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iTestBed::getKeyState()