DbiGetSysVersion

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DbiGetSysVersion

Return to chapter overview

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

DbiGetSysConfig, DbiGetClientInfo, DbiGetSysInfo