IEventSubscription::put_SubscriberCLSID method (eventsys.h)

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

This property is read/write.

Syntax

HRESULT put_SubscriberCLSID(
  BSTR bstrSubscriberCLSID
);

Parameters

bstrSubscriberCLSID

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