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.
Members
The ISensLogon interface inherits from the IDispatch interface. ISensLogon also has these types of members:
Methods
The ISensLogon interface has these methods.
| Method | Description |
|---|---|
| DisplayLock |
Screen display has been locked. |
| DisplayUnlock |
Screen display has been unlocked. |
| Logoff |
A user has logged off. |
| Logon |
A user has logged on. |
| StartScreenSaver |
Screen saver has been started. |
| StartShell |
Shell has been started. |
| StopScreenSaver |
Screen saver has been stopped. |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Type library |
|
|
DLL |
|
|
IID |
IID_ISensLogon is defined as d597bab3-5b9f-11d1-8dd2-00aa004abd5e |
See also