IFaxServer::get_Activity method (faxcomex.h)

The IFaxServer::get_Activity property creates a IFaxActivity interface object. The interface permits a fax client application to access information about the activity on a connected fax server, and the fax server status.

This property is read-only.

Syntax

HRESULT get_Activity(
  IFaxActivity **ppFaxActivity
);

Parameters

ppFaxActivity

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

FaxServer

IFaxServer

Visual Basic Example