|
<< Click to Display Table of Contents >> DbiDllExit |
![]() ![]()
|
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