cs_locator_drop

Description

Deallocates a CS_LOCATOR datatype structure.

Syntax

CS_RETCODE cs_locator_drop(ctx, locator)

CS_CONTEXT *ctx;
CS_LOCATOR *locator;

Parameters

ctx

A pointer to a CS_CONTEXT structure.

locator

A pointer to the locator variable to be deallocated.

Returns

Return Value

Meaning

CS_SUCCEED

The routine completed successfully.

CS_FAIL

The routine failed.

See also

cs_locator, cs_locator_alloc