IFaxServer::get_RegisteredEvents method (faxcomex.h)

The IFaxServer::get_RegisteredEvents property is a value from an enumeration that indicates the types of fax service events a client application is listening for.

This property is read-only.

Syntax

HRESULT get_RegisteredEvents(
  FAX_SERVER_EVENTS_TYPE_ENUM *pEventTypes
);

Parameters

pEventTypes

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