IAuditOperations.Mask

Syntax

Mask: Integer;

Description

The Mask property returns an operation mask.

Comments

Operation mask corresponds to the operation, record for which was added in the access protocol. To check mask value it is necessary to use the MetabaseObjectPredefinedRights enumeration type values. This enumeration contains main and additional operations to which it is possible to give rights. The specific operations are available for defined classes of objects. Values of the following enumerations can be used to check specific operations depending on the object class:

Basic, additional and specific operations available for specified objects types are shown in the Types of Events section.

To analyze a mask value it is necessary to implement a custom function that enables the comparison of separate mask bits with relevant enumerations values. The example of work with access mask is given in the Working with Access Mask section.

Example

The property use is given in the example for IAuditOperations.Position.

See also:

IAuditOperations