AdsGetTableRights

Advantage Client Engine

Retrieves the type of rights checking used with a table

Syntax

UNSIGNED32

AdsGetTableRights (ADSHANDLE hTable,

UNSIGNED16 *pusRights);

Parameters

hTable (I)

Handle of table or cursor.

pusRights (O)

Type of rights checking used to open the table (ADS_CHECKRIGHTS, ADS_IGNORERIGHTS).

Remarks

AdsGetTableRights will retrieve the type of rights checking specified during the table open.

Example

Click Here

See Also

AdsOpenTable

AdsCreateTable