ReactOS 0.4.16-dev-329-g9223134
|
Classes | |
struct | tagNETCON_PROPERTIES |
Public Member Functions | |
HRESULT | Connect () |
HRESULT | Disconnect () |
HRESULT | Delete () |
HRESULT | Duplicate ([in, string] LPCWSTR pszwDuplicateName, [out] INetConnection **ppCon) |
HRESULT | GetProperties ([out] NETCON_PROPERTIES **ppProps) |
HRESULT | GetUiObjectClassId ([out, ref] CLSID *pclsid) |
HRESULT | Rename ([in, string] LPCWSTR pszwNewName) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Definition at line 33 of file netcon.idl.
typedef enum INetConnection::tagNETCON_CHARACTERISTIC_FLAGS INetConnection::NETCON_CHARACTERISTIC_FLAGS |
Definition at line 35 of file netcon.idl.
Enumerator | |
---|---|
NCM_NONE | |
NCM_DIRECT | |
NCM_ISDN | |
NCM_LAN | |
NCM_PHONE | |
NCM_TUNNEL | |
NCM_PPPOE | |
NCM_BRIDGE | |
NCM_SHAREDACCESSHOST_LAN | |
NCM_SHAREDACCESSHOST_RAS |
Definition at line 85 of file netcon.idl.
Definition at line 57 of file netcon.idl.
Enumerator | |
---|---|
NCT_DIRECT_CONNECT | |
NCT_INBOUND | |
NCT_INTERNET | |
NCT_LAN | |
NCT_PHONE | |
NCT_TUNNEL | |
NCT_BRIDGE |
Definition at line 74 of file netcon.idl.
HRESULT INetConnection::Connect | ( | ) |
Implemented in CNetConnection.
HRESULT INetConnection::Delete | ( | ) |
Implemented in CNetConnection.
HRESULT INetConnection::Disconnect | ( | ) |
Implemented in CNetConnection.
Referenced by DisableNetworkAdapter().
HRESULT INetConnection::Duplicate | ( | [in, string] LPCWSTR | pszwDuplicateName, |
[out] INetConnection ** | ppCon | ||
) |
Implemented in CNetConnection.
HRESULT INetConnection::GetProperties | ( | [out] NETCON_PROPERTIES ** | ppProps | ) |
Implemented in CNetConnection.
Referenced by ILCreateNetConnectItem(), InitializeLANStatusUiDlg(), CLanStatus::InitializeNetTaskbarNotifications(), ShowNetConnectionProperties(), ShowStatusPropertyDialog(), and UpdateLanStatus().
Implemented in CNetConnection.
Referenced by ShowNetConnectionProperties().
Implemented in CNetConnection.