FaxDeviceProvider.Status property
The Status property is a number that indicates whether the fax service provider (FSP) loaded and initialized successfully.
This property is read-only.
Syntax
Property Status As Integer
Property value
Receives a value from the FAX_PROVIDER_STATUS_ENUM enumeration.
Remarks
If the FSP did not load successfully, the property indicates the reason for the failure, and InitErrorCode holds the last error code value. For more information, see FAX_PROVIDER_STATUS_ENUM.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also