|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdio.h>#include <windef.h>#include <winbase.h>#include <winreg.h>#include <winsvc.h>#include <windowsx.h>#include <objbase.h>#include <netcfgx.h>#include <setupapi.h>#include <netcfgn.h>#include <devguid.h>#include <commctrl.h>#include <cfgmgr32.h>#include <netcfgx_undoc.h>#include <wine/debug.h>#include "resource.h"

Go to the source code of this file.
Classes | |
| struct | INTERFACE_TABLE |
| struct | tagNetCfgComponentItem |
| struct | INetCfgImpl |
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _INC_WINDOWS |
| #define | COM_NO_WINDOWS_H |
| #define | COBJMACROS |
| #define | NONAMELESSUNION |
| #define | NONAMELESSSTRUCT |
Typedefs | |
| typedef HRESULT(CALLBACK * | LPFNCREATEINSTANCE) (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppvObject) |
| typedef struct tagNetCfgComponentItem | NetCfgComponentItem |
Variables | |
| HINSTANCE | netcfgx_hInstance |
| const GUID | CLSID_TcpipConfigNotifyObject |
| IClassFactory * IClassFactory_fnConstructor | ( | LPFNCREATEINSTANCE | lpfnCI, |
| PLONG | pcRefDll, | ||
| REFIID | riidInst | ||
| ) |
Definition at line 125 of file classfactory.c.
Referenced by DllGetClassObject().
| HRESULT WINAPI IEnumNetCfgBindingInterface_Constructor | ( | IUnknown * | pUnkOuter, |
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 274 of file netcfgbindinginterface_iface.c.
Referenced by INetCfgBindingPath_fnEnumBindingInterfaces().
| HRESULT WINAPI IEnumNetCfgBindingPath_Constructor | ( | IUnknown * | pUnkOuter, |
| REFIID | riid, | ||
| LPVOID * | ppv, | ||
| DWORD | dwFlags | ||
| ) |
Definition at line 323 of file netcfgbindingpath_iface.c.
Referenced by INetCfgComponentBindings_fnEnumBindingPaths().
| HRESULT WINAPI IEnumNetCfgComponent_Constructor | ( | IUnknown * | pUnkOuter, |
| REFIID | riid, | ||
| LPVOID * | ppv, | ||
| NetCfgComponentItem * | pItem, | ||
| INetCfg * | iface | ||
| ) |
Definition at line 909 of file inetcfgcomp_iface.c.
Referenced by INetCfg_fnEnumComponents(), and INetCfgClass_fnEnumComponents().
Definition at line 851 of file netcfg_iface.c.
| HRESULT WINAPI INetCfgBindingInterface_Constructor | ( | IUnknown * | pUnkOuter, |
| REFIID | riid, | ||
| LPVOID * | ppv | ||
| ) |
Definition at line 105 of file netcfgbindinginterface_iface.c.
Referenced by IEnumNetCfgBindingInterface_fnNext().
Definition at line 154 of file netcfgbindingpath_iface.c.
Referenced by IEnumNetCfgBindingPath_fnNext().
| HRESULT WINAPI INetCfgClass_Constructor | ( | IUnknown * | pUnkOuter, |
| REFIID | riid, | ||
| LPVOID * | ppv, | ||
| const GUID * | pguidClass, | ||
| INetCfg * | pNetCfg | ||
| ) |
Definition at line 233 of file netcfgclass_iface.c.
Referenced by INetCfg_fnQueryNetCfgClass().
| HRESULT WINAPI INetCfgComponent_Constructor | ( | IUnknown * | pUnkOuter, |
| REFIID | riid, | ||
| LPVOID * | ppv, | ||
| NetCfgComponentItem * | pItem, | ||
| INetCfg * | iface | ||
| ) |
Definition at line 748 of file inetcfgcomp_iface.c.
Referenced by FindNetworkComponent(), IEnumNetCfgComponent_fnNext(), and INetCfgClass_fnFindComponent().
Definition at line 561 of file netinstall.c.
Definition at line 3591 of file tcpipconf_notify.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | netcfgx | ) |
|
extern |
Definition at line 15 of file netcfgx.c.
Referenced by AddItem(), DisplayError(), DllMain(), DllRegisterServer(), GetUniqueConnectionName(), INetCfgComponent_fnRaisePropertyUi(), InitializePropertySheetPage(), InitializeTcpipAdvancedIpDlg(), InitializeTcpipAdvancedOptDlg(), InsertColumnToListView(), InsertIpAddressToListView(), LaunchAdvancedTcpipSettings(), NetPropPageProvider(), PropSheetProc(), TcpipAddDNSDlg(), TcpipAddIpDlg(), TcpipAddSuffixDlg(), TcpipAdvancedDnsDlg(), TcpipAdvancedIpDlg(), TcpipAdvancedOptDlg(), TcpipAdvGwDlg(), and TcpipFilterPortDlg().