Skip to content

Latest commit

 

History

History
85 lines (64 loc) · 3.2 KB

nf-faxcomex-ifaxoutboundroutinggroups-add.md

File metadata and controls

85 lines (64 loc) · 3.2 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
NF:faxcomex.IFaxOutboundRoutingGroups.Add
IFaxOutboundRoutingGroups::Add (faxcomex.h)
The IFaxOutboundRoutingGroups::Add method adds an outbound routing group to the collection represented by the IFaxOutboundRoutingGroups interface.
Add
Add method [Fax Service]
Add method [Fax Service]
IFaxOutboundRoutingGroups interface
IFaxOutboundRoutingGroups interface [Fax Service]
Add method
IFaxOutboundRoutingGroups.Add
IFaxOutboundRoutingGroups::Add
_mfax_faxoutboundroutinggroups.add_cpp
fax._mfax_faxoutboundroutinggroups_add_cpp
faxcomex/IFaxOutboundRoutingGroups::Add
fax\_mfax_faxoutboundroutinggroups_add_cpp.htm
Fax
VS|fax|~\fax\faxinto_z_35r8_cpp.htm
12/05/2018
Add, Add method [Fax Service], Add method [Fax Service],IFaxOutboundRoutingGroups interface, IFaxOutboundRoutingGroups interface [Fax Service],Add method, IFaxOutboundRoutingGroups.Add, IFaxOutboundRoutingGroups::Add, _mfax_faxoutboundroutinggroups.add_cpp, fax._mfax_faxoutboundroutinggroups_add_cpp, faxcomex/IFaxOutboundRoutingGroups::Add
faxcomex.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Fxscomex.dll
Windows
19H1
IFaxOutboundRoutingGroups::Add
faxcomex/IFaxOutboundRoutingGroups::Add
c++
APIRef
kbSyntax
COM
Fxscomex.dll
IFaxOutboundRoutingGroups.Add

IFaxOutboundRoutingGroups::Add

-description

The IFaxOutboundRoutingGroups::Add method adds an outbound routing group to the collection represented by the IFaxOutboundRoutingGroups interface.

-parameters

-param bstrName [in]

Type: BSTR

Null-terminated string that indicates the name of the group to add. Note that you cannot add the special All Devices routing group.

-param pFaxOutboundRoutingGroup [out, retval]

Type: IFaxOutboundRoutingGroup**

Address of a pointer that receives a IFaxOutboundRoutingGroup interface.

-returns

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-remarks

To use this method, a user must have the farMANAGE_CONFIG access right.

-see-also

IFaxOutboundRoutingGroups

Visual Basic Example