Platform SDK: Synchronization Manager

ISensLogon::Logon

A user has logged on.

HRESULT Logon(
  BSTR bstrUserName    // User name
);

Parameters

bstrUserName
[in] Name of the user who logged on.

Dispatch Identifier

[id(0x00000001)]

Return Values

S_OK
Method returned successfully.

Remarks

SENS calls this method to notify your application that a user has now logged on.

Filtering

Filtering is not currently supported for this event.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Sensevts.h.
  Library: Use Sensevts.tlb.

See Also

ISensLogon::Logoff, About System Event Notification Service, IEventSubscription, IEventSubscription::PutPublisherProperty