|
<< Click to Display Table of Contents >> DbiGetSysVersion |
![]() ![]()
|
C syntax
DBIResult DBIFN DbiGetSysVersion (psysVersion);
Delphi syntax
function DbiGetSysVersion (var sysVersion: SYSVersion): DBIResult stdcall;
Description
DbiGetSysVersion retrieves the system version information, including the BDE version number, date, and time; and the client interface version number.
Parameters
psysVersion Type: pSYSVersion (Output)
Pointer to the client-allocated SYSVersion structure.
Completion state
The SYSVersion structure returned in psysVersion contains the retrieved system version information.
DbiResult |
Meaning |
DBIERR_NONE |
The system version information was returned successfully. |
See also