ReactOS 0.4.15-dev-6657-ged9973f
|
#include <connectmanager.h>
Public Attributes | |
struct tagINetConnectionItem * | Next |
DWORD | dwAdapterIndex |
NETCON_PROPERTIES | Props |
Definition at line 2 of file connectmanager.h.
DWORD tagINetConnectionItem::dwAdapterIndex |
Definition at line 5 of file connectmanager.h.
Referenced by CNetConnectionManager::EnumerateINetConnections(), and CNetConnection::Initialize().
struct tagINetConnectionItem* tagINetConnectionItem::Next |
Definition at line 4 of file connectmanager.h.
Referenced by CNetConnectionManager::EnumerateINetConnections(), CNetConnectionManager::Next(), and CNetConnectionManager::Skip().
NETCON_PROPERTIES tagINetConnectionItem::Props |
Definition at line 6 of file connectmanager.h.
Referenced by CNetConnectionManager::EnumerateINetConnections(), and CNetConnection::Initialize().