Initial Release 4.0

Data Type : Character Manipulation

NLS_STATUS - Return code type for National Language Services (NLS) C API functions.
----------------------------------------------------------------------------------------------------------

#include <nls.h>

Definition :

typedef WORD NLS_STATUS;

Description :

There are several C API functions that return values of type NLS_STATUS. A return value of NLS_SUCCESS indicates that the function completed successfully. The value of NLS_SUCCESS is 0.

See Also :

NLS_find
----------------------------------------------------------------------------------------------------------