Skip to content

Latest commit

 

History

History
103 lines (74 loc) · 4 KB

ne-faxcomex-fax_access_rights_enum.md

File metadata and controls

103 lines (74 loc) · 4 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:faxcomex.FAX_ACCESS_RIGHTS_ENUM
FAX_ACCESS_RIGHTS_ENUM (faxcomex.h)
The FAX_ACCESS_RIGHTS_ENUM enumeration defines access rights to the fax server.
FAX_ACCESS_RIGHTS_ENUM
FAX_ACCESS_RIGHTS_ENUM enumeration [Fax Service]
_mfax_fax_access_rights_enum
farMANAGE_CONFIG
farMANAGE_IN_ARCHIVE
farMANAGE_JOBS
farMANAGE_OUT_ARCHIVE
farQUERY_CONFIG
farQUERY_IN_ARCHIVE
farQUERY_JOBS
farQUERY_OUT_ARCHIVE
farSUBMIT_HIGH
farSUBMIT_LOW
farSUBMIT_NORMAL
fax._mfax_fax_access_rights_enum
faxcomex/FAX_ACCESS_RIGHTS_ENUM
faxcomex/farMANAGE_CONFIG
faxcomex/farMANAGE_IN_ARCHIVE
faxcomex/farMANAGE_JOBS
faxcomex/farMANAGE_OUT_ARCHIVE
faxcomex/farQUERY_CONFIG
faxcomex/farQUERY_IN_ARCHIVE
faxcomex/farQUERY_JOBS
faxcomex/farQUERY_OUT_ARCHIVE
faxcomex/farSUBMIT_HIGH
faxcomex/farSUBMIT_LOW
faxcomex/farSUBMIT_NORMAL
fax\_mfax_fax_access_rights_enum.htm
Fax
VS|fax|~\fax\faxinto_z_60fh.htm
12/05/2018
FAX_ACCESS_RIGHTS_ENUM, FAX_ACCESS_RIGHTS_ENUM enumeration [Fax Service], _mfax_fax_access_rights_enum, farMANAGE_CONFIG, farMANAGE_IN_ARCHIVE, farMANAGE_JOBS, farMANAGE_OUT_ARCHIVE, farQUERY_CONFIG, farQUERY_IN_ARCHIVE, farQUERY_JOBS, farQUERY_OUT_ARCHIVE, farSUBMIT_HIGH, farSUBMIT_LOW, farSUBMIT_NORMAL, fax._mfax_fax_access_rights_enum, faxcomex/FAX_ACCESS_RIGHTS_ENUM, faxcomex/farMANAGE_CONFIG, faxcomex/farMANAGE_IN_ARCHIVE, faxcomex/farMANAGE_JOBS, faxcomex/farMANAGE_OUT_ARCHIVE, faxcomex/farQUERY_CONFIG, faxcomex/farQUERY_IN_ARCHIVE, faxcomex/farQUERY_JOBS, faxcomex/farQUERY_OUT_ARCHIVE, faxcomex/farSUBMIT_HIGH, faxcomex/farSUBMIT_LOW, faxcomex/farSUBMIT_NORMAL
faxcomex.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
FAX_ACCESS_RIGHTS_ENUM
19H1
FAX_ACCESS_RIGHTS_ENUM
faxcomex/FAX_ACCESS_RIGHTS_ENUM
c++
APIRef
kbSyntax
HeaderDef
FaxComex.h
FAX_ACCESS_RIGHTS_ENUM

FAX_ACCESS_RIGHTS_ENUM enumeration

-description

The FAX_ACCESS_RIGHTS_ENUM enumeration defines access rights to the fax server.

-enum-fields

-field farSUBMIT_LOW:0x1

The user can submit low-priority fax jobs. Users can view and manage their jobs in the fax server's queue and their messages in the outgoing fax archive.

-field farSUBMIT_NORMAL:0x2

The user can submit normal-priority and low-priority fax jobs. Users can view and manage their jobs in the fax server queue and their messages in the outgoing fax archive.

-field farSUBMIT_HIGH:0x4

The user can submit low-priority, normal-priority, and high-priority fax jobs. Users can view and manage their jobs in the fax server queue and their messages in the outgoing fax archive.

-field farQUERY_JOBS:0x8

The user can view all incoming and outgoing jobs in the fax server queue.

-field farMANAGE_JOBS:0x10

The user can manage all incoming and outgoing jobs in the fax server queue.

-field farQUERY_CONFIG:0x20

The user can view the fax server configuration data.

-field farMANAGE_CONFIG:0x40

The user can set the fax server configuration data.

-field farQUERY_IN_ARCHIVE:0x80

The user can view all fax messages in the incoming archive.

-field farMANAGE_IN_ARCHIVE:0x100

The user can manage all fax messages in the incoming archive.

-field farQUERY_OUT_ARCHIVE:0x200

The user can view all fax messages in the outgoing archive.

-field farMANAGE_OUT_ARCHIVE:0x400

The user can manage all fax messages in the outgoing archive.

-see-also

IFaxSecurity::get_GrantedRights