IFaxDeviceProvider::get_Debug method (faxcomex.h)

The IFaxDeviceProvider::get_Debug property is a Boolean value that indicates whether the fax service provider (FSP) DLL was created in a debug environment.

This property is read-only.

Syntax

HRESULT get_Debug(
  VARIANT_BOOL *pbDebug
);

Parameters

pbDebug

Return value

None

Remarks

If this property is equal to TRUE, the FSP DLL was created in a debug environment. If this property is equal to FALSE, the DLL was not created in a debug environment.

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