IFaxDevice::get_SendingNow method (faxcomex.h)

The IFaxDevice::get_SendingNow property is a Boolean value that indicates whether the fax device is sending a fax at the moment the property is retrieved (the status could change immediately thereafter).

Note  The value of this property is set at the time that the FaxDevice object is created and is refreshed when you call the IFaxDevice::Refresh method.
 
This property is read-only.

Syntax

HRESULT get_SendingNow(
  VARIANT_BOOL *pbSendingNow
);

Parameters

pbSendingNow

Return value

None

Remarks

If this property is equal to TRUE, the fax device is currently sending a fax. If this property is equal to FALSE, the fax device is not currently sending a fax.

Note  The value of this property is set at the time that the FaxDevice object is created and is refreshed when you call the IFaxDevice::Refresh method.
 

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

FaxDevice

IFaxDevice

Visual Basic Example