AdsGetFieldOffset

Advantage Client Engine

Retrieves the offset of a field in a table

Syntax

UNSIGNED32

AdsGetFieldOffset (ADSHANDLE hTable,

UNSIGNED8 *pucFldName,

UNSIGNED32 *pulOffset);

Parameters

hTable (I)

Handle of table or cursor.

pucFldName (I)

Name of field.

pulOffset (O)

Return field offset. This is the offset within the record.

Remarks

Returns the offset of the field in the table’s record image in the table.

Example

Click Here

See Also

AdsGetFieldLength

AdsGetFieldName

AdsGetFieldNum

AdsGetNumFields

AdsGetRecord