ISensLogon2 interface

The ISensLogon2 interface handles logon events fired by SENS.

When to implement

Implement this interface on your sink object if you subscribe to any of the SENS logon events. Each event corresponds to a method in this interface. This interface is an outgoing interface defined by SENS and implemented by the subscriber application as a dispatch interface.

When to use

SENS and the COM Event System call the ISensLogon2 methods on your sink object to fire the corresponding event.

Members

The ISensLogon2 interface inherits from the IDispatch interface. ISensLogon2 also has these types of members:

Methods

The ISensLogon2 interface has these methods.

MethodDescription
Logoff

A user has logged off.

Logon

A user has logged on.

PostShell

A user has logged on and Windows Explorer (Shell) is up and running.

SessionDisconnect

A session has been disconnected.

SessionReconnect

A session has been reconnected.

 

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Sensevts.h

Type library

Sensevts.tlb

DLL

Sens.dll

IID

IID_ISensLogon2 is defined as d597bab4-5b9f-11d1-8dd2-00aa004abd5e

See also

About System Event Notification Service

 

 

Show: