dbloginfree

Description

Free a login record.

Syntax

void dbloginfree(loginptr)
 
LOGINREC      *loginptr;

Parameters

loginptr

A pointer to a LOGINREC structure.

Returns

None.

Usage

dblogin provides a LOGINREC structure for use with dbopen. Once the application has made all its dbopen calls, the LOGINREC structure is no longer necessary. dbloginfree frees the memory associated with the specified LOGINREC structure.

See also

dblogin, dbopen