FMxType

Determines the DITA-FMx application type (auto or single user).

Use this call to determine DITA-FMx application type so you’ll know which API calls are available.

Syntax

F_ApiCallClient("ditafmx", "FMxType");
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 application type. A return value of 1 indicates the single-user version, and a value of 2 indicates the “auto” version.