Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 4.16 KB

nf-faxcom-ifaxstatus-get_routingstring.md

File metadata and controls

92 lines (63 loc) · 4.16 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:faxcom.IFaxStatus.get_RoutingString
IFaxStatus::get_RoutingString (faxcom.h)
Retrieves the RoutingString property for the FaxStatus object of a parent FaxPort object. The RoutingString property is a null-terminated string that contains routing information for inbound fax transmissions that is specific to a fax service provider.
IFaxStatus interface [Fax Service]
RoutingString property
IFaxStatus.RoutingString
IFaxStatus.get_RoutingString
IFaxStatus::RoutingString
IFaxStatus::get_RoutingString
RoutingString property [Fax Service]
RoutingString property [Fax Service]
IFaxStatus interface
_mfax_ifaxstatus_get_routingstring
fax._mfax_ifaxstatus_get_routingstring
fax._mfax_ifaxstatus_mfax_ifaxstatus_get_routingstring_cpp
faxcom/IFaxStatus::RoutingString
faxcom/IFaxStatus::get_RoutingString
get_RoutingString
fax\_mfax_ifaxstatus_mfax_ifaxstatus_get_routingstring_cpp.htm
Fax
VS|fax|~\fax\faxlegacy_1aav.htm
12/05/2018
IFaxStatus interface [Fax Service],RoutingString property, IFaxStatus.RoutingString, IFaxStatus.get_RoutingString, IFaxStatus::RoutingString, IFaxStatus::get_RoutingString, RoutingString property [Fax Service], RoutingString property [Fax Service],IFaxStatus interface, _mfax_ifaxstatus_get_routingstring, fax._mfax_ifaxstatus_get_routingstring, fax._mfax_ifaxstatus_mfax_ifaxstatus_get_routingstring_cpp, faxcom/IFaxStatus::RoutingString, faxcom/IFaxStatus::get_RoutingString, get_RoutingString
faxcom.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Faxcom.dll
Windows
19H1
IFaxStatus::get_RoutingString
faxcom/IFaxStatus::get_RoutingString
c++
APIRef
kbSyntax
COM
Faxcom.dll
IFaxStatus.RoutingString
IFaxStatus.get_RoutingString

IFaxStatus::get_RoutingString

-description

Retrieves the RoutingString property for the FaxStatus object of a parent FaxPort object. The RoutingString property is a null-terminated string that contains routing information for inbound fax transmissions that is specific to a fax service provider.

This property is read-only.

-parameters

-remarks

The IFaxStatus::get_RoutingString method sets the pVal parameter to optional inbound routing information, if it is available. If the information is not available, the method returns an empty string.

The IFaxStatus::get_RoutingString method allocates the memory required for the buffer pointed to by the pVal parameter. The client application must call the SysFreeString function to deallocate the resources associated with this parameter. For more information, see Freeing Fax Resources.

-see-also

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

IFaxPort

IFaxPorts

IFaxStatus

IFaxStatus::get_Receive

SysFreeString