cs_locator_drop()

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.