nlGetString

get a string NL property

C Specification

const NLchar* nlGetString(NLenum name)

Parameters

name

[in]Specifies the name of the property.

Description

nlGetString returns the property specified by name. It can be one of the following:

NL_VERSION: The NL version string.

NL_NETWORK_TYPES: The network types that were found when nlInit was called.

NL_CONNECTION_TYPES: The network connection types that are valid for the currently selected network type. Only valid after nlSelectNetwork

Return values

nlGetString returns a pointer to the string, or NULL if an error occured.

Error codes

NL_INVALID_ENUM : The property name is not valid.

See also

nlInit,
nlSelectNetwork,
nlGetBoolean


Back to the HawkNL index page


Go directly to the main HawkNL page at Hawk Software

© 2000-2002 Phil Frisbie.

Valid XHTML 1.0!