Setting a Signed Integer Value in the Initialization File
The josIniFileSetSInteger call, shown in the following example, sets the
int josIniFileSetSInteger(const Character * pIniFileName, const Character * pSection, const Character * pKey, bool bMultipliers, 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. |
bMultipliers | If true, the sValue parameter is checked to see if it is an exact multiplier, if possible, and the value is written with the appropriate multiplier suffix. Multipliers are case‑insensitive K, M, or G prefix multipliers. (For details, see " |
sValue | Signed Integer64 value that is written to the specified key and section of the Jade initialization file. |