DbiGetIndexTypeDesc

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DbiGetIndexTypeDesc

Return to chapter overview

C syntax

DBIResult DBIFN DbiGetIndexTypeDesc (pszDriverType, pszIndexType, pidxType);

Delphi syntax

function DbiGetIndexTypeDesc (pszDriverType: PChar; pszIndexType: PChar; var idxType: IDXType): DBIResult stdcall;

Description

DbiGetIndexTypeDesc retrieves a description of the index type.

Parameters

pszDriverType                Type: pCHAR                (Input)
Pointer to the driver type.

pszIndexType                Type: pCHAR                (Input)
Pointer to the index type. Use DbiOpenIndexTypesList to find the valid index types.

pidxType                Type: pIDXType                (Output)
Pointer to the client-allocated IDXType structure.

DbiResult

Meaning

DBIERR_NONE

The index type description was returned successfully.

See also

DbiOpenIndexTypesList