IFaxAccount::get_RegisteredEvents method (faxcomex.h)

A set of flags indicating the type of events for which the account is listening.

This property is read-only.

Syntax

HRESULT get_RegisteredEvents(
  FAX_ACCOUNT_EVENTS_TYPE_ENUM *pRegisteredEvents
);

Parameters

pRegisteredEvents

Return value

None

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxAccount

IFaxAccount