次の方法で共有


FaxDeviceProvider.InitErrorCode property

The InitErrorCode property is a value that specifies the last error code that the fax service provider (FSP) returned while the fax service was loading and initializing the FSP DLL. This may be an HRESULT value or a Win32 error code.

This property is read-only.

Syntax

Property InitErrorCode As Long

Property value

A Long that receives the last error code the FSP returned during loading and initialization of the DLL.

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

FaxDeviceProvider

IFaxDeviceProvider