Programming Guide |
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.
C only
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.