DbiGetSysInfo

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DbiGetSysInfo

Return to chapter overview

C syntax

DBIResult DBIFN DbiGetSysInfo (psysInfo);

Delphi syntax

function DbiGetSysInfo (var sysInfo: SYSInfo): DBIResult stdcall;

Description

DbiGetSysInfo retrieves system status and information.

Parameters

psysInfo                Type: pSYSInfo                (Output)
Pointer to the client-allocated SYSInfo structure.

Completion state

The SYSInfo structure pointed to by psysInfo contains the retrieved system status and information.

DbiResult

Meaning

DBIERR_NONE

System status information was returned successfully.

See also

DbiGetSysVersion, DbiGetSysConfig, DbiGetClientInfo