ISensLogon Interface

The ISensLogon 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 ISensLogon methods on your sink object to fire the corresponding event.

Methods

The ISensLogon interface inherits the methods of the IDispatch interface.

In addition, ISensLogon defines the following methods.

MethodDescription

Logon

A user has logged on.

Logoff

A user has logged off.

StartShell

Shell has been started.

DisplayLock

Screen display has been locked.

DisplayUnlock

Screen display has been unlocked.

StartScreenSaver

Screen saver has been started.

StopScreenSaver

Screen saver has been stopped.

 

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderSensevts.h
Type LibrarySensevts.tlb
DLLSens.dll
IIDIID_ISensLogon is defined as d597bab3-5b9f-11d1-8dd2-00aa004abd5e

See Also

ISensNetwork
ISensOnNow
About System Event Notification Service

Send comments about this topic to Microsoft

Build date: 7/30/2009

Tags :


Page view tracker