dbreglist

Description

Return a list of registered procedures currently defined in Open Server.

Syntax

RETCODE dbreglist(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/C uses to manage communications and data between the front end and the server.

Returns

SUCCEED or FAIL.

Usage

See also

dbregwatchlist, dbregwatch