Getting a Signed Integer Value from the Initialization File

The josIniFileGetSInteger call, shown in the following example, obtains the current value of a signed Integer64 key in the specified section of the JADE initialization file.

int josIniFileGetSInteger(const Character * pIniFileName,
                          const Character * pSection,
                          const Character * pKey,
                          Integer64         sDefault,
                          Integer64 &       sValue);

The parameters for this call are listed in the following table.

Parameter Description
pIniFileName Name of the JADE initialization file
pSection Name of the section in the JADE initialization file
pKey Name of the signed Integer64 key in the JADE initialization file section
sDefault Signed Integer64 default value for the specified key if the key cannot be found in the initialization file
sValue Requested signed Integer64 value from the initialization file