IEventSubscription::get_PerUser method (eventsys.h)

Indicates whether the subscription receives the event only if the owner of the subscription is logged on to the same computer as the publisher.

This property is read/write.

Syntax

HRESULT get_PerUser(
  BOOL *pfPerUser
);

Parameters

pfPerUser

Return value

None

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