IEventSubscription::get_MachineName method (eventsys.h)

The name of the computer on which the subscriber should be activated (for a persistent subscription).

This property is read/write.

Syntax

HRESULT get_MachineName(
  BSTR *pbstrMachineName
);

Parameters

pbstrMachineName

Return value

None

Remarks

This information is only meaningful if the SubscriberCLSID property is not empty. This property has no effect on transient subscriptions.

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