DbiGetSysConfig

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DbiGetSysConfig

Return to chapter overview

C syntax

DBIResult DBIFN DbiGetSysConfig (psysConfig);

Delphi syntax

function DbiGetSysConfig (var sysConfig: SYSConfig): DBIResult stdcall;

Description

DbiGetSysConfig retrieves BDE system configuration information.

Parameters

psysConfig                Type: pSYSConfig                (Output)
Pointer to the client-allocated SYSConfig structure.

Completion state

The SYSConfig structure pointed to by psysConfig contains the retrieved system configuration information.

DbiResult

Meaning

DBIERR_NONE

System configuration information was returned successfully.

See also

DbiGetSysVersion, DbiGetClientInfo, DbiGetSysInfo