IEventSubscription::get_SubscriberInterface method (eventsys.h)

A marshaled pointer to the event interface on the subscriber (for a transient subscription).

This property is read/write.

Syntax

HRESULT get_SubscriberInterface(
  IUnknown **ppSubscriberInterface
);

Parameters

ppSubscriberInterface

Return value

None

Remarks

If not NULL, the subscription is transient and the SubscriberCLSID property must be empty.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header eventsys.h

See also

IEventSubscription