[ Previous ] [ Contents ] [ Index ] [ Next ]

Ns_ConfigGetInt64

Overview

Get a configuration file 64-bit integer variable

Syntax

    int Ns_ConfigGetInt64(
    char *hSection,
    char *key,
    INT64 *valuePtr
    );

Description

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.

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.