Advantage Client Engine
Retrieves the offset of a field in a table
UNSIGNED32 |
AdsGetFieldOffset (ADSHANDLE hTable, UNSIGNED8 *pucFldName, UNSIGNED32 *pulOffset); |
hTable (I) |
Handle of table or cursor. |
pucFldName (I) |
Name of field. |
pulOffset (O) |
Return field offset. This is the offset within the record. |
Returns the offset of the field in the table’s record image in the table.