nlGetErrorStr, nlGetSystemErrorStr

convert an error message to a string

C Specification

const NLchar* nlGetErrorStr(NLenum error)

const NLchar* nlGetSystemErrorStr(NLint error)

Parameters

error

[in]Specifies the error code.

Description

nlGetErrorStr and nlGetSystemErrorStr convert the error code returned by nlGetError or nlGetSystemError to a string. The returned string can only be copied or printed, and must not be freed or manipulated by other string functions.

Return values

A string that describes the error code.

Error codes

none

See also

nlGetError,
nlGetSystemError


Back to the HawkNL index page


Go directly to the main HawkNL page at Hawk Software

© 2000-2002 Phil Frisbie.

Valid XHTML 1.0!