IFaxServer::get_Debug method (faxcomex.h)

The IFaxServer::get_Debug property is a Boolean value that indicates whether the fax server 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 fax server was created in a debug environment. If this property is equal to FALSE, the fax server 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

FaxServer

IFaxServer

Visual Basic Example