int Ns_ConfigGetInt64( char *hSection, char *key, INT64 *valuePtr );
This function converts the specified value into an INT64 and stores it in valuePtr
. If the key
does not exist in the config file or it is not an integer, the function returns NS_FALSE
. Otherwise it returns NS_TRUE
.