IFaxServer2::get_Configuration method (faxcomex.h)

The IFaxServer2::Configuration property holds a IFaxConfiguration object. The object permits a fax client application to access information about the configuration of the connected fax server.

This property is read-only.

Syntax

HRESULT get_Configuration(
  IFaxConfiguration **ppFaxConfiguration
);

Parameters

ppFaxConfiguration

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxServer

IFaxServer2