dbsetuserdata

Description

Use a DBPROCESS structure to save a pointer to user-allocated data.

Syntax

void dbsetuserdata(dbproc, ptr)
 
DBPROCESS     *dbproc;
BYTE                   *ptr;

Parameters

dbproc

A pointer to the DBPROCESS structure that provides the connection for a particular front-end/server process. It contains all the information that DB-Library uses to manage communications and data between the front end and server.

ptr

A generic BYTE pointer to the user’s private data space.

Returns

None.

Usage

See also

dbgetuserdata