IFaxDeviceProvider::get_Status method (faxcomex.h)

The IFaxDeviceProvider::get_Status property is a number that indicates whether the fax service provider (FSP) 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 FSP did not load successfully, the property indicates the reason for the failure, and IFaxDeviceProvider::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

FaxDeviceProvider

IFaxDeviceProvider

Visual Basic Example