ReactOS 0.4.16-dev-340-g0540c21
|
#include <stdio.h>
#include <windef.h>
#include <winbase.h>
#include <winreg.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 <wine/debug.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | INTERFACE_TABLE |
struct | tagNetCfgComponentItem |
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 843 of file inetcfgcomp_iface.c.
Referenced by INetCfg_fnEnumComponents().
Definition at line 865 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 INetCfgComponent_Constructor | ( | IUnknown * | pUnkOuter, |
REFIID | riid, | ||
LPVOID * | ppv, | ||
NetCfgComponentItem * | pItem, | ||
INetCfg * | iface | ||
) |
Definition at line 683 of file inetcfgcomp_iface.c.
Referenced by FindNetworkComponent(), and IEnumNetCfgComponent_fnNext().
Definition at line 3553 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().