FMxVer

Determines if DITA-FMx is initialized and accessible to external calls.

Use this call to determine that the DITA-FMx client is available in addition to ensuring that you are working with the version that you expect.

Syntax

F_ApiCallClient("ditafmx", "FMxVer");
Note: This DITA-FMx API function is available with all versions of DITA-FMx.

Return Value

0
DITA-FMx is not available for calls. Verify that DITA-FMx is registered in the maker.ini file using the client name of “ditafmx”.
>0
Indicates the DITA-FMx version number. A return value of 10113 indicates version 1.1.13, and 20000 indicates version 2.0.00.