cs_loc_drop

Description

Deallocates a CS_LOCALE structure.

Syntax

CS_RETCODE cs_loc_drop(context, locale)
 
 CS_CONTEXT      *context;
 CS_LOCALE          *locale;

Parameters

context

A pointer to the CS_CONTEXT structure that represents the context in which the CS_LOCALE was allocated.

locale

A pointer to a CS_LOCALE structure.

Returns

cs_loc_drop returns:

Returns

Indicates

CS_SUCCEED

The routine completed successfully.

CS_FAIL

The routine failed.

Usage

See also

cs_loc_alloc, cs_locale