DbiGetRintDesc

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DbiGetRintDesc

Return to chapter overview

C syntax

DBIResult DBIFN DbiGetRintDesc (hCursor, iRintSeqNo, printDesc);

Delphi syntax

function DbiGetRintDesc (hCursor: hDBICur; iRintSeqNo: Word; printDesc: pRINTDesc): DBIResult stdcall;

Description

DbiGetRintDesc retrieves the referential integrity descriptor identified by the referential integrity sequence number and the cursor.

Parameters

hCursor                Type: hDBICur                (Input)
Specifies the cursor handle.

iRintSeqNo                Type: UINT16                (Input)
The referential integrity sequence number. This number is between 1 and the value of iRefIntChecks. The value of iRefIntChecks can be obtained from the cursor properties (CURProps) structure.

printDesc                Type: pRINTDesc                (Output)
Pointer to the client variable that receives the referential integrity descriptor.

Usage

If a field map is associated with the cursor, the aiThisTabFld array in the referential integrity descriptor reflects the field map. If any of the fields are not part of the field-mapped record, a negative number is listed.

DbiResult

Meaning

DBIERR_NONE

The descriptor was returned successfully.

See also

DbiGetCursorProps, DbiOpenRintList