Owner Property

See Also    Example    Applies To

Sets or returns a value that specifies the owner of the object (Microsoft Jet workspaces only).

Syntax

VOIDSetOwner(LPCTSTR pstr );

CStringGetOwner(VOID);

Parameters

Type Example Description
LPCTSTR pstr A pointer to a string that specifies the CdbUser or CdbGroup object that is the owner.

Remarks

The owner of an object has certain access privileges denied to other users. Any individual user account (represented by a CdbUser object) or group of user accounts (represented by a CdbGroup object) can change the Owner property setting at any time if it has the appropriate permissions.