IFaxInboundRoutingExtension::get_InitErrorCode method (faxcomex.h)

The IFaxInboundRoutingExtension::get_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

HRESULT get_InitErrorCode(
  long *plInitErrorCode
);

Parameters

plInitErrorCode

Return value

None

Remarks

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

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

FaxInboundRoutingExtension

IFaxInboundRoutingExtension

Visual Basic Example