IFaxServer::UnregisterInboundRoutingExtension method (faxcomex.h)

The IFaxServer::UnregisterInboundRoutingExtension method unregisters an existing inbound routing extension. Unregistration will take place only after the fax server is restarted.

Syntax

HRESULT UnregisterInboundRoutingExtension(
  BSTR bstrExtensionUniqueName
);

Parameters

bstrExtensionUniqueName

Type: BSTR

String value that specifies the internal name of the fax routing extension DLL.

Return value

Type: HRESULT

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

Remarks

Only an administrator can unregister a routing extension. Also, this method works only on the local fax server.

To use this method, a user must have the farMANAGE_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

See also

FaxServer

IFaxServer