ReactOS 0.4.16-dev-340-g0540c21
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | INetCfgImpl |
Typedefs | |
typedef struct INetCfgImpl * | LPINetCfgImpl |
Variables | |
static const INetCfgLockVtbl | vt_NetCfgLock |
static const INetCfgPnpReconfigCallbackVtbl | vt_NetCfgPnpReconfigCallback |
static const INetCfgVtbl | vt_NetCfg |
typedef struct INetCfgImpl * LPINetCfgImpl |
VOID ApplyOrCancelChanges | ( | NetCfgComponentItem * | pHead, |
const CLSID * | lpClassGUID, | ||
BOOL | bApply | ||
) |
Definition at line 642 of file netcfg_iface.c.
Referenced by INetCfg_fnApply(), and INetCfg_fnCancel().
HRESULT EnumClientServiceProtocol | ( | HKEY | hKey, |
const GUID * | pGuid, | ||
NetCfgComponentItem ** | pHead | ||
) |
ReactOS tcpip guid is not yet generated
Definition at line 265 of file netcfg_iface.c.
Referenced by EnumerateNetworkComponent().
HRESULT EnumerateNetworkAdapter | ( | NetCfgComponentItem ** | pHead | ) |
Definition at line 405 of file netcfg_iface.c.
Referenced by INetCfg_fnInitialize().
HRESULT EnumerateNetworkComponent | ( | const GUID * | pGuid, |
NetCfgComponentItem ** | pHead | ||
) |
Definition at line 382 of file netcfg_iface.c.
Referenced by INetCfg_fnInitialize().
HRESULT FindNetworkComponent | ( | NetCfgComponentItem * | pHead, |
LPCWSTR | pszwComponentId, | ||
INetCfgComponent ** | pComponent, | ||
INetCfg * | iface | ||
) |
Definition at line 521 of file netcfg_iface.c.
Referenced by INetCfg_fnFindComponent().
VOID FreeComponentItem | ( | NetCfgComponentItem * | pItem | ) |
Definition at line 692 of file netcfg_iface.c.
Referenced by INetCfg_fnUninitialize().
|
static |
Definition at line 17 of file netcfg_iface.c.
Referenced by INetCfgLock_fnAcquireWriteLock(), INetCfgLock_fnAddRef(), INetCfgLock_fnQueryInterface(), INetCfgLock_fnRelease(), and INetCfgLock_fnReleaseWriteLock().
|
static |
Definition at line 22 of file netcfg_iface.c.
Referenced by INetCfgPnpReconfigCallback_fnAddRef(), INetCfgPnpReconfigCallback_fnQueryInterface(), and INetCfgPnpReconfigCallback_fnRelease().
Definition at line 865 of file netcfg_iface.c.
Definition at line 583 of file netcfg_iface.c.
Definition at line 754 of file netcfg_iface.c.
Definition at line 772 of file netcfg_iface.c.
HRESULT WINAPI INetCfg_fnEnumComponents | ( | INetCfg * | iface, |
const GUID * | pguidClass, | ||
IEnumNetCfgComponent ** | ppenumComponent | ||
) |
Definition at line 789 of file netcfg_iface.c.
HRESULT WINAPI INetCfg_fnFindComponent | ( | INetCfg * | iface, |
LPCWSTR | pszwComponentId, | ||
INetCfgComponent ** | pComponent | ||
) |
Definition at line 814 of file netcfg_iface.c.
Definition at line 609 of file netcfg_iface.c.
Definition at line 542 of file netcfg_iface.c.
HRESULT WINAPI INetCfg_fnQueryNetCfgClass | ( | INetCfg * | iface, |
const GUID * | pguidClass, | ||
REFIID | riid, | ||
void ** | ppvObject | ||
) |
Definition at line 842 of file netcfg_iface.c.
Definition at line 594 of file netcfg_iface.c.
Definition at line 705 of file netcfg_iface.c.
HRESULT WINAPI INetCfgLock_fnAcquireWriteLock | ( | INetCfgLock * | iface, |
DWORD | cmsTimeout, | ||
LPCWSTR | pszwClientDescription, | ||
LPWSTR * | ppszwClientDescription | ||
) |
Definition at line 61 of file netcfg_iface.c.
Definition at line 42 of file netcfg_iface.c.
Definition at line 127 of file netcfg_iface.c.
Definition at line 30 of file netcfg_iface.c.
Definition at line 52 of file netcfg_iface.c.
Definition at line 110 of file netcfg_iface.c.
Definition at line 185 of file netcfg_iface.c.
HRESULT WINAPI INetCfgPnpReconfigCallback_fnQueryInterface | ( | INetCfgPnpReconfigCallback * | iface, |
REFIID | iid, | ||
LPVOID * | ppvObj | ||
) |
Definition at line 174 of file netcfg_iface.c.
Definition at line 195 of file netcfg_iface.c.
HRESULT WINAPI INetCfgPnpReconfigCallback_fnSendPnpReconfig | ( | INetCfgPnpReconfigCallback * | iface, |
NCPNP_RECONFIG_LAYER | Layer, | ||
LPCWSTR | pszwUpper, | ||
LPCWSTR | pszwLower, | ||
PVOID | pvData, | ||
DWORD | dwSizeOfData | ||
) |
Definition at line 204 of file netcfg_iface.c.
HRESULT ReadBindingString | ( | NetCfgComponentItem * | Item | ) |
Definition at line 230 of file netcfg_iface.c.
Referenced by EnumClientServiceProtocol().
|
static |
Definition at line 851 of file netcfg_iface.c.
Referenced by INetCfg_Constructor().
|
static |
Definition at line 158 of file netcfg_iface.c.
Referenced by INetCfg_Constructor().
|
static |
Definition at line 216 of file netcfg_iface.c.
Referenced by INetCfg_Constructor().