IFaxInboundRoutingExtension::get_Debug method (faxcomex.h)

The IFaxInboundRoutingExtension::get_Debug property is a Boolean value that indicates whether the fax routing extension DLL was created in a debug environment.

This property is read-only.

Syntax

HRESULT get_Debug(
  VARIANT_BOOL *pbDebug
);

Parameters

pbDebug

Return value

None

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