FaxServer.RegisterDeviceProvider method

The RegisterDeviceProvider method registers a fax service provider (FSP) with the fax service. Registration takes place after the fax service restarts.

Syntax

FaxServer.RegisterDeviceProvider( _
  ByVal bstrGUID As String, _
  ByVal bstrFriendlyName As String, _
  ByVal bstrImageName As String, _
  ByVal bstrTempName As String, _
  ByVal lFSPIVersion As Long _
) As Long

Parameters

bstrGUID

Type: String

Null-terminated string that contains the GUID that uniquely identifies the FSP that is registering.

bstrFriendlyName

Type: String

Null-terminated string that contains the user-friendly name to display for the FSP that is registering.

bstrImageName

Type: String

Null-terminated string that contains the fully qualified path and file name of the FSP DLL.

bstrTempName

Type: String

Null-terminated string that contains the name of the telephony service provider associated with the devices for the FSP.

lFSPIVersion

Type: Long

A Long value that indicates the version of the FSP. Should be equal to 0x00010000.

Remarks

Only an administrator can register a FSP.

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