IFaxSecurity2::get_GrantedRights method (faxcomex.h)

Retrieves a combination of the fax server access rights granted to the user referencing this property. For example, some users have permission to submit fax jobs with high priority while others have permission to submit jobs with normal or low priority only.

This property is read-only.

Syntax

HRESULT get_GrantedRights(
  FAX_ACCESS_RIGHTS_ENUM_2 *pGrantedRights
);

Parameters

pGrantedRights

Return value

None

Remarks

The IFaxSecurity2::GrantedRights property reflects rights granted by the fax server, while the Descriptor property represents the security descriptor, which contains the rights explicitly granted to a user by the fax administrator.

To read this property, a user must have the far2QUERY_CONFIG access right.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxSecurity2

IFaxSecurity2