#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <assert.h>
#include <ctype.h>
#include <malloc.h>
#include <winsock2.h>
#include <windows.h>
#include <shlguid.h>
#include <shlwapi.h>
#include <shlobj.h>
#include <shldisp.h>
#include <cpl.h>
#include <objbase.h>
#include <ole2.h>
#include <ocidl.h>
#include <shobjidl.h>
#include <shellapi.h>
#include <olectl.h>
#include <iphlpapi.h>
#include <shtypes.h>
#include <setupapi.h>
#include <initguid.h>
#include <devguid.h>
#include <netcon.h>
#include <docobj.h>
#include <netcfgx.h>
#include <netcfgn.h>
#include <prsht.h>
#include "wine/debug.h"
#include "wine/unicode.h"
#include "resource.h"
#include "enumlist.h"
Go to the source code of this file.
Data Structures |
| struct | shvheader |
| struct | VALUEStruct |
Defines |
| #define | NCF_VIRTUAL 0x1 |
| #define | NCF_SOFTWARE_ENUMERATED 0x2 |
| #define | NCF_PHYSICAL 0x4 |
| #define | NCF_HIDDEN 0x8 |
| #define | NCF_NO_SERVICE 0x10 |
| #define | NCF_NOT_USER_REMOVABLE 0x20 |
| #define | NCF_MULTIPORT_INSTANCED_ADAPTER 0x40 |
| #define | NCF_HAS_UI 0x80 |
| #define | NCF_FILTER 0x400 |
| #define | NCF_NDIS_PROTOCOL 0x4000 |
| #define | NCCF_NOTIFY_DISCONNECTED 0x100000 |
Functions |
| HRESULT | ShowNetConnectionProperties (INetConnection *pNetConnect, HWND hwnd) |
| HRESULT WINAPI | ISF_NetConnect_Constructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv) |
| LPITEMIDLIST | _ILCreateNetConnect (void) |
| LPITEMIDLIST | ILCreateNetConnectItem (INetConnection *pItem) |
| BOOL | _ILIsNetConnect (LPCITEMIDLIST pidl) |
| VALUEStruct * | _ILGetValueStruct (LPCITEMIDLIST pidl) |
| HRESULT | IClassFactory_fnConstructor (REFCLSID rclsid, REFIID riid, LPVOID *ppvOut) |
| HRESULT WINAPI | INetConnectionManager_Constructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv) |
| BOOL | GetAdapterIndexFromNetCfgInstanceId (PIP_ADAPTER_INFO pAdapterInfo, LPWSTR szNetCfg, PDWORD pIndex) |
| HPROPSHEETPAGE | InitializePropertySheetPage (LPWSTR resname, DLGPROC dlgproc, LPARAM lParam, LPWSTR szTitle) |
| HRESULT WINAPI | LanConnectUI_Constructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv) |
| HRESULT WINAPI | LanConnectStatusUI_Constructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv) |
Variables |
| HINSTANCE | netshell_hInstance |
| const GUID | CLSID_NetworkConnections |
| const GUID | CLSID_LANConnectUI |
| const GUID | CLSID_LanConnectStatusUI |
| const GUID | GUID_DEVCLASS_NET |