Sybase Technical Library - Product Manuals Home
[Search Forms] [Previous Section with Hits] [Next Section with Hits] [Clear Search] Expand Search

ct_diag [Table of Contents] ct_ds_lookup

Open Client Client-Library/C Reference Manual

[-] Chapter 3 Routines
[-] ct_ds_dropobj

ct_ds_dropobj

Description

Release the memory associated with a directory object.

Syntax

CS_RETCODE ct_ds_dropobj(connection, ds_object)
 
 CS_CONNECTION   *connection;
 CS_DS_OBJECT      *ds_object;

Parameters

connection

A pointer to a CS_CONNECTION structure. ct_ds_lookup returns search results to the application's directory callback that has been installed in the CS_CONNECTION structure.

ds_object

A pointer to the directory object being discarded.

Return values

ct_ds_dropobj returns the following values:

Return value

Meaning

CS_SUCCEED

The routine succeeded.

CS_FAIL

The routine failed.

Usage

See also

ct_ds_lookup, ct_ds_objinfo


ct_diag [Table of Contents] ct_ds_lookup