DbiDllExit

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DbiDllExit

Return to chapter overview

C syntax

DBIResult DBIFN DbiDllExit (VOID);

Delphi syntax

function DbiDllExit: DBIResult stdcall;

Description

DbiDllExit prepares the BDE to be disconnected within a DLL.

Usage

DbiDllExit should be called immedietely prior to DbiExit within the DLL. This function is only needed when the BDE is initialized (DbiInit) and un-initialized (DbiExit) within a DLL.  It is not necessary to call DbiDllExit from within an executable: use only DbiExit.

DbiResult

Meaning

DBIERR_NONE

The connection to BDE has been successfully prepared for removal.

See also

DbiInit, DbiExit