FaxServer.UnregisterDeviceProvider method

The UnregisterDeviceProvider method unregisters (removes the registration of) an existing device provider. Unregistration will take place only after the fax server is restarted.

Syntax

FaxServer.UnregisterDeviceProvider( _
  ByVal bstrUniqueName As String _
) As Long

Parameters

bstrUniqueName

Type: String

Required. Specifies the unique name that identifies the FSP that is unregistering.

Remarks

Only an administrator can unregister a fax service provider.

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

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

FaxServer

IFaxServer