ISensNetwork interface
The ISensNetwork interface handles network events fired by the System Event Notification Service (SENS).
When to implement
Implement this interface on your sink object if you subscribe to any of the SENS network 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 ISensNetwork methods on your sink object to fire the corresponding event.
Starting with applications designed for Windows Vista and Windows Server 2008, developers should consider using the Network List Manager instead of this interface.
Members
The ISensNetwork interface inherits from the IDispatch interface. ISensNetwork also has these types of members:
Methods
The ISensNetwork interface has these methods.
| Method | Description |
|---|---|
| ConnectionLost |
Specified connection has been dropped. |
| ConnectionMade |
Specified connection has been established. |
| ConnectionMadeNoQOCInfo |
Specified connection has been established with no Quality of Connection information available. |
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Type library |
|
|
DLL |
|
|
IID |
IID_ISensNetwork is defined as d597bab1-5b9f-11d1-8dd2-00aa004abd5e |
See also