dbgetuserdata

Description

Return a pointer to user-allocated data from a DBPROCESS structure.

Syntax

BYTE *dbgetuserdata(dbproc)
 
DBPROCESS     *dbproc;

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.

Returns

A generic BYTE pointer to the user’s private data space. This pointer must have been previously saved with the dbsetuserdata routine.

Usage

See also

dbsetuserdata