|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
| struct | INetCfgComponentImpl |
| struct | IEnumNetCfgComponentImpl |
Variables | |
| static const INetCfgComponentBindingsVtbl | vt_NetCfgComponentBindings |
| static const INetCfgComponentPrivateVtbl | vt_NetCfgComponentPrivate |
| static const INetCfgComponentVtbl | vt_NetCfgComponent |
| static const IEnumNetCfgComponentVtbl | vt_EnumNetCfgComponent |
| HRESULT CreateNotificationObject | ( | INetCfgComponentImpl * | This, |
| INetCfgComponent * | iface, | ||
| IUnknown * | pUnk | ||
| ) |
Definition at line 556 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponent_fnRaisePropertyUi().
| HRESULT WINAPI IEnumNetCfgComponent_Constructor | ( | IUnknown * | pUnkOuter, |
| REFIID | riid, | ||
| LPVOID * | ppv, | ||
| NetCfgComponentItem * | pItem, | ||
| INetCfg * | pNCfg | ||
| ) |
Definition at line 909 of file inetcfgcomp_iface.c.
Referenced by INetCfg_fnEnumComponents(), and INetCfgClass_fnEnumComponents().
Definition at line 806 of file inetcfgcomp_iface.c.
| HRESULT WINAPI IEnumNetCfgComponent_fnClone | ( | IEnumNetCfgComponent * | iface, |
| IEnumNetCfgComponent ** | ppenum | ||
| ) |
Definition at line 889 of file inetcfgcomp_iface.c.
| HRESULT WINAPI IEnumNetCfgComponent_fnNext | ( | IEnumNetCfgComponent * | iface, |
| ULONG | celt, | ||
| INetCfgComponent ** | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
Definition at line 828 of file inetcfgcomp_iface.c.
| HRESULT WINAPI IEnumNetCfgComponent_fnQueryInterface | ( | IEnumNetCfgComponent * | iface, |
| REFIID | iid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 784 of file inetcfgcomp_iface.c.
Definition at line 817 of file inetcfgcomp_iface.c.
Definition at line 878 of file inetcfgcomp_iface.c.
Definition at line 858 of file inetcfgcomp_iface.c.
|
static |
Definition at line 23 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponentBindings_fnAddRef(), INetCfgComponentBindings_fnIsBoundTo(), INetCfgComponentBindings_fnQueryInterface(), and INetCfgComponentBindings_fnRelease().
|
static |
Definition at line 28 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponentPrivate_fnAddRef(), INetCfgComponentPrivate_fnQueryInterface(), and INetCfgComponentPrivate_fnRelease().
| HRESULT WINAPI INetCfgComponent_Constructor | ( | IUnknown * | pUnkOuter, |
| REFIID | riid, | ||
| LPVOID * | ppv, | ||
| NetCfgComponentItem * | pItem, | ||
| INetCfg * | pNCfg | ||
| ) |
Definition at line 748 of file inetcfgcomp_iface.c.
Referenced by FindNetworkComponent(), IEnumNetCfgComponent_fnNext(), and INetCfgClass_fnFindComponent().
Definition at line 280 of file inetcfgcomp_iface.c.
Definition at line 494 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponent_fnGetCharacteristics | ( | INetCfgComponent * | iface, |
| DWORD * | pdwCharacteristics | ||
| ) |
Definition at line 424 of file inetcfgcomp_iface.c.
Definition at line 479 of file inetcfgcomp_iface.c.
Definition at line 516 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponent_fnGetDisplayName | ( | INetCfgComponent * | iface, |
| LPWSTR * | ppszwDisplayName | ||
| ) |
Definition at line 306 of file inetcfgcomp_iface.c.
Definition at line 370 of file inetcfgcomp_iface.c.
Definition at line 402 of file inetcfgcomp_iface.c.
Definition at line 440 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponent_fnGetPnpDevNodeId | ( | INetCfgComponent * | iface, |
| LPWSTR * | ppszwDevNodeId | ||
| ) |
Definition at line 455 of file inetcfgcomp_iface.c.
Definition at line 535 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponent_fnQueryInterface | ( | INetCfgComponent * | iface, |
| REFIID | iid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 246 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponent_fnRaisePropertyUi | ( | INetCfgComponent * | iface, |
| IN HWND | hwndParent, | ||
| IN DWORD | dwFlags, | ||
| IN IUnknown * | pUnk | ||
| ) |
Definition at line 673 of file inetcfgcomp_iface.c.
Definition at line 291 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponent_fnSetDisplayName | ( | INetCfgComponent * | iface, |
| LPCWSTR | ppszwDisplayName | ||
| ) |
FIXME check for invalid characters check for write lock
Definition at line 338 of file inetcfgcomp_iface.c.
Definition at line 50 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnBindTo | ( | INetCfgComponentBindings * | iface, |
| INetCfgComponent * | pnccItem | ||
| ) |
Definition at line 68 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnEnumBindingPaths | ( | INetCfgComponentBindings * | iface, |
| DWORD | dwFlags, | ||
| IEnumNetCfgBindingPath ** | ppIEnum | ||
| ) |
Definition at line 142 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnIsBindableTo | ( | INetCfgComponentBindings * | iface, |
| INetCfgComponent * | pnccItem | ||
| ) |
Definition at line 133 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnIsBoundTo | ( | INetCfgComponentBindings * | iface, |
| INetCfgComponent * | pnccItem | ||
| ) |
Definition at line 96 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnMoveAfter | ( | INetCfgComponentBindings * | iface, |
| DWORD | dwFlags, | ||
| INetCfgBindingPath * | pncbItemSrc, | ||
| INetCfgBindingPath * | pncbItemDest | ||
| ) |
Definition at line 163 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnMoveBefore | ( | INetCfgComponentBindings * | iface, |
| DWORD | dwFlags, | ||
| INetCfgBindingPath * | pncbItemSrc, | ||
| INetCfgBindingPath * | pncbItemDest | ||
| ) |
Definition at line 152 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnQueryInterface | ( | INetCfgComponentBindings * | iface, |
| REFIID | iid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 39 of file inetcfgcomp_iface.c.
Definition at line 59 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnSupportsBindingInterface | ( | INetCfgComponentBindings * | iface, |
| DWORD | dwFlags, | ||
| LPCWSTR | pszwInterfaceName | ||
| ) |
Definition at line 86 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnUnbindFrom | ( | INetCfgComponentBindings * | iface, |
| INetCfgComponent * | pnccItem | ||
| ) |
Definition at line 77 of file inetcfgcomp_iface.c.
Definition at line 204 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentPrivate_fnQueryInterface | ( | INetCfgComponentPrivate * | iface, |
| REFIID | iid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 193 of file inetcfgcomp_iface.c.
Definition at line 213 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentPrivate_fnUnknown1 | ( | INetCfgComponentPrivate * | iface, |
| DWORD | dwParam1, | ||
| DWORD | dwParam2 | ||
| ) |
Definition at line 222 of file inetcfgcomp_iface.c.
Definition at line 655 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponent_fnRaisePropertyUi().
|
static |
Definition at line 896 of file inetcfgcomp_iface.c.
Referenced by IEnumNetCfgComponent_Constructor().
|
static |
Definition at line 727 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponent_Constructor().
|
static |
Definition at line 172 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponent_Constructor().
|
static |
Definition at line 232 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponent_Constructor().