Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Descriptor property represents the security descriptor for a IFaxServer object.
This property is read/write.
Syntax
HRESULT get_Descriptor(
VARIANT *pvDescriptor
);
Parameters
pvDescriptor
Return value
None
Remarks
The IFaxSecurity::Descriptor property represents the security descriptor, which contains the rights explicitly granted to a user by the fax administrator. The IFaxSecurity::get_GrantedRights property reflects the user rights that the fax server grants based on the descriptor. Specifically, if a user has the access right farSUBMIT_HIGH, the user can send high-priority, normal-priority and low-priority faxes. If a user has the access right farSUBMIT_NORMAL, the user can send normal-priority and low-priority faxes.
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 |