DbiGetClientInfo

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DbiGetClientInfo

Return to chapter overview

Syntaax

DBIResult DBIFN DbiGetClientInfo (pclientInfo);

Delphi syntax

function DbiGetClientInfo (var clientInfo: CLIENTInfo): DBIResult stdcall;

Description

DbiGetClientInfo retrieves system-level information about the client application.

Parameters

pclientInfo                Type: pCLIENTInfo                (Output)
Pointer to the client-allocated CLIENTInfo structure.

Usage

This function can be used to determine if other sessions are present when exclusive access is required to a table. It can also be used to determine the current language driver and to get the working directory.

Completion state

The output buffer pointed to by pclientInfo contains client environment information.

DbiResult

Meaning

DBIERR_NONE

Client application information was returned successfully.

See also

DbiGetSysVersion, DbiGetSysConfig, DbiGetSysInfo