AdsGetBookmark

Advantage Client Engine

Retrieves a bookmark for a later call to AdsGotoBookmark

Syntax

UNSIGNED32

AdsGetBookmark (ADSHANDLE hTable,

ADSHANDLE *phBookmark);

Parameters

hTable (I)

Handle of table or cursor.

PhBookmark (O)

Return a handle that refers to the current record.

Remarks

AdsGetBookmark returns the physical record number. It is the equivalent of AdsGetRecordNum called with ADS_IGNOREFILTERS.

Example

Click Here

See Also

AdsGotoBookmark

AdsGetRecordNum

AdsGotoRecord