IEventSubscription::get_SubscriberCLSID method (eventsys.h)

The CLSID of the subscriber component (for a persistent subscription).

This property is read/write.

Syntax

HRESULT get_SubscriberCLSID(
  BSTR *pbstrSubscriberCLSID
);

Parameters

pbstrSubscriberCLSID

Return value

None

Remarks

If not empty, the subscription is persistent and the SubscriberInterface property must be NULL. This property works in conjunction with the MachineName property in a persistent subscription.

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