Programming Guide



dm_get_db_conn_handle

Gets a handle to a database connection logon structure

#include <dmuproto.h>
int dm_get_db_conn_handle_handle(char *connection, void *handle, int size);

connection
Name of the database connection.

handle
Pointer to the connection structure.

size
Size of the handle.

Environment

C only

Returns

Description

dm_get_db_conn_handle obtains a handle to the logon data structure for a named database connection. This information can be used in database engine programs that need information about the Panther database connection.

See Also

dm_get_db_cursor_handle