FaxInboundRoutingExtension.InitErrorCode property

The InitErrorCode property is a value that specifies the last error code that the fax routing extension returned while the fax service was loading and initializing the fax routing extension's DLL.

This property is read-only.

Syntax

Property InitErrorCode As Long

Property value

A Long that receives the last error code that the fax routing extension reported during loading and initialization of the DLL.

Remarks

The error code may be an HRESULT value or a Win32 error code.

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

Visual Basic Example

FaxInboundRoutingExtension

IFaxInboundRoutingExtension