IFaxInboundRoutingExtension::get_Status method (faxcomex.h)

The IFaxInboundRoutingExtension::get_Status property is a value that indicates whether the fax routing extension loaded and initialized successfully.

This property is read-only.

Syntax

HRESULT get_Status(
  FAX_PROVIDER_STATUS_ENUM *pStatus
);

Parameters

pStatus

Return value

None

Remarks

If the extension did not load successfully, the property indicates the reason for the failure, and IFaxInboundRoutingExtension::get_InitErrorCode holds the last error code value. For more information, see FAX_PROVIDER_STATUS_ENUM.

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