IFaxSecurity::get_GrantedRights method (faxcomex.h)
The IFaxSecurity::get_GrantedRights property is 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 *pGrantedRights
);
Parameters
pGrantedRights
Return value
None
Remarks
The IFaxSecurity::get_GrantedRights property reflects rights granted by the fax server, while the IFaxSecurity::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 farQUERY_CONFIG access right.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |
DLL | Fxscomex.dll |