The josIniFileGetUInteger call, shown in the following example, obtains the current value of an unsigned
int josIniFileGetUInteger(const Character * pIniFileName, const Character * pSection, const Character * pKey, UInteger64 uDefault, UInteger64 & uValue);
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 unsigned Integer64 key in the JADE initialization file section |
uDefault | Unsigned Integer64 default value for the specified key if the key cannot be found in the initialization file |
uValue | Requested unsigned Integer64 value from the initialization file |