|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Variables | |
| static const INetCfgLockVtbl | vt_NetCfgLock |
| static const INetCfgPnpReconfigCallbackVtbl | vt_NetCfgPnpReconfigCallback |
| static const INetCfgVtbl | vt_NetCfg |
| VOID ApplyOrCancelChanges | ( | NetCfgComponentItem * | pHead, |
| const CLSID * | lpClassGUID, | ||
| BOOL | bApply | ||
| ) |
Definition at line 628 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 251 of file netcfg_iface.c.
Referenced by EnumerateNetworkComponent().
| HRESULT EnumerateNetworkAdapter | ( | NetCfgComponentItem ** | pHead | ) |
Definition at line 391 of file netcfg_iface.c.
Referenced by INetCfg_fnInitialize().
| HRESULT EnumerateNetworkComponent | ( | const GUID * | pGuid, |
| NetCfgComponentItem ** | pHead | ||
| ) |
Definition at line 368 of file netcfg_iface.c.
Referenced by INetCfg_fnInitialize().
| HRESULT FindNetworkComponent | ( | NetCfgComponentItem * | pHead, |
| LPCWSTR | pszwComponentId, | ||
| INetCfgComponent ** | pComponent, | ||
| INetCfg * | iface | ||
| ) |
Definition at line 507 of file netcfg_iface.c.
Referenced by INetCfg_fnFindComponent().
| VOID FreeComponentItem | ( | NetCfgComponentItem * | pItem | ) |
Definition at line 678 of file netcfg_iface.c.
Referenced by INetCfg_fnUninitialize().
|
static |
Definition at line 3 of file netcfg_iface.c.
Referenced by INetCfgLock_fnAcquireWriteLock(), INetCfgLock_fnAddRef(), INetCfgLock_fnQueryInterface(), INetCfgLock_fnRelease(), and INetCfgLock_fnReleaseWriteLock().
|
static |
Definition at line 8 of file netcfg_iface.c.
Referenced by INetCfgPnpReconfigCallback_fnAddRef(), INetCfgPnpReconfigCallback_fnQueryInterface(), and INetCfgPnpReconfigCallback_fnRelease().
Definition at line 851 of file netcfg_iface.c.
Definition at line 569 of file netcfg_iface.c.
Definition at line 740 of file netcfg_iface.c.
Definition at line 758 of file netcfg_iface.c.
| HRESULT WINAPI INetCfg_fnEnumComponents | ( | INetCfg * | iface, |
| const GUID * | pguidClass, | ||
| IEnumNetCfgComponent ** | ppenumComponent | ||
| ) |
Definition at line 775 of file netcfg_iface.c.
| HRESULT WINAPI INetCfg_fnFindComponent | ( | INetCfg * | iface, |
| LPCWSTR | pszwComponentId, | ||
| INetCfgComponent ** | pComponent | ||
| ) |
Definition at line 800 of file netcfg_iface.c.
Definition at line 595 of file netcfg_iface.c.
Definition at line 528 of file netcfg_iface.c.
| HRESULT WINAPI INetCfg_fnQueryNetCfgClass | ( | INetCfg * | iface, |
| const GUID * | pguidClass, | ||
| REFIID | riid, | ||
| void ** | ppvObject | ||
| ) |
Definition at line 828 of file netcfg_iface.c.
Definition at line 580 of file netcfg_iface.c.
Definition at line 691 of file netcfg_iface.c.
| HRESULT WINAPI INetCfgLock_fnAcquireWriteLock | ( | INetCfgLock * | iface, |
| DWORD | cmsTimeout, | ||
| LPCWSTR | pszwClientDescription, | ||
| LPWSTR * | ppszwClientDescription | ||
| ) |
Definition at line 47 of file netcfg_iface.c.
Definition at line 28 of file netcfg_iface.c.
Definition at line 113 of file netcfg_iface.c.
Definition at line 16 of file netcfg_iface.c.
Definition at line 38 of file netcfg_iface.c.
Definition at line 96 of file netcfg_iface.c.
Definition at line 171 of file netcfg_iface.c.
| HRESULT WINAPI INetCfgPnpReconfigCallback_fnQueryInterface | ( | INetCfgPnpReconfigCallback * | iface, |
| REFIID | iid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 160 of file netcfg_iface.c.
Definition at line 181 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 190 of file netcfg_iface.c.
| HRESULT ReadBindingString | ( | NetCfgComponentItem * | Item | ) |
Definition at line 216 of file netcfg_iface.c.
Referenced by EnumClientServiceProtocol().
|
static |
Definition at line 837 of file netcfg_iface.c.
Referenced by INetCfg_Constructor().
|
static |
Definition at line 144 of file netcfg_iface.c.
Referenced by INetCfg_Constructor().
|
static |
Definition at line 202 of file netcfg_iface.c.
Referenced by INetCfg_Constructor().