|
ReactOS 0.4.17-dev-116-ga4b6fe9
|
#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 CreateNotifyObject | ( | INetCfgComponentImpl * | This, |
| INetCfgComponent * | iface | ||
| ) |
Definition at line 609 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponent_fnRaisePropertyUi(), and INetCfgComponentPrivate_fnUnknown1().
| HRESULT WINAPI IEnumNetCfgComponent_Constructor | ( | IUnknown * | pUnkOuter, |
| REFIID | riid, | ||
| LPVOID * | ppv, | ||
| NetCfgComponentItem * | pItem, | ||
| INetCfg * | pNCfg | ||
| ) |
Definition at line 991 of file inetcfgcomp_iface.c.
Referenced by INetCfg_fnEnumComponents(), and INetCfgClass_fnEnumComponents().
Definition at line 888 of file inetcfgcomp_iface.c.
| HRESULT WINAPI IEnumNetCfgComponent_fnClone | ( | IEnumNetCfgComponent * | iface, |
| IEnumNetCfgComponent ** | ppenum | ||
| ) |
Definition at line 971 of file inetcfgcomp_iface.c.
| HRESULT WINAPI IEnumNetCfgComponent_fnNext | ( | IEnumNetCfgComponent * | iface, |
| ULONG | celt, | ||
| INetCfgComponent ** | rgelt, | ||
| ULONG * | pceltFetched | ||
| ) |
Definition at line 910 of file inetcfgcomp_iface.c.
| HRESULT WINAPI IEnumNetCfgComponent_fnQueryInterface | ( | IEnumNetCfgComponent * | iface, |
| REFIID | iid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 866 of file inetcfgcomp_iface.c.
Definition at line 899 of file inetcfgcomp_iface.c.
Definition at line 960 of file inetcfgcomp_iface.c.
Definition at line 940 of file inetcfgcomp_iface.c.
|
static |
Definition at line 24 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponentBindings_fnAddRef(), INetCfgComponentBindings_fnIsBoundTo(), INetCfgComponentBindings_fnQueryInterface(), INetCfgComponentBindings_fnRelease(), and INetCfgComponentBindings_fnSupportsBindingInterface().
|
static |
Definition at line 29 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponentPrivate_fnAddRef(), INetCfgComponentPrivate_fnQueryInterface(), INetCfgComponentPrivate_fnRelease(), and INetCfgComponentPrivate_fnUnknown1().
| HRESULT WINAPI INetCfgComponent_Constructor | ( | IUnknown * | pUnkOuter, |
| REFIID | riid, | ||
| LPVOID * | ppv, | ||
| NetCfgComponentItem * | pItem, | ||
| INetCfg * | pNCfg | ||
| ) |
Definition at line 831 of file inetcfgcomp_iface.c.
Referenced by FindNetworkComponent(), IEnumNetCfgComponent_fnNext(), and INetCfgClass_fnFindComponent().
Definition at line 333 of file inetcfgcomp_iface.c.
Definition at line 547 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponent_fnGetCharacteristics | ( | INetCfgComponent * | iface, |
| DWORD * | pdwCharacteristics | ||
| ) |
Definition at line 477 of file inetcfgcomp_iface.c.
Definition at line 532 of file inetcfgcomp_iface.c.
Definition at line 569 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponent_fnGetDisplayName | ( | INetCfgComponent * | iface, |
| LPWSTR * | ppszwDisplayName | ||
| ) |
Definition at line 359 of file inetcfgcomp_iface.c.
Definition at line 423 of file inetcfgcomp_iface.c.
Definition at line 455 of file inetcfgcomp_iface.c.
Definition at line 493 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponent_fnGetPnpDevNodeId | ( | INetCfgComponent * | iface, |
| LPWSTR * | ppszwDevNodeId | ||
| ) |
Definition at line 508 of file inetcfgcomp_iface.c.
Definition at line 588 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponent_fnQueryInterface | ( | INetCfgComponent * | iface, |
| REFIID | iid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 299 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponent_fnRaisePropertyUi | ( | INetCfgComponent * | iface, |
| IN HWND | hwndParent, | ||
| IN DWORD | dwFlags, | ||
| IN IUnknown * | pUnk | ||
| ) |
Definition at line 741 of file inetcfgcomp_iface.c.
Definition at line 344 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 391 of file inetcfgcomp_iface.c.
Definition at line 51 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnBindTo | ( | INetCfgComponentBindings * | iface, |
| INetCfgComponent * | pnccItem | ||
| ) |
Definition at line 69 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnEnumBindingPaths | ( | INetCfgComponentBindings * | iface, |
| DWORD | dwFlags, | ||
| IEnumNetCfgBindingPath ** | ppIEnum | ||
| ) |
Definition at line 178 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnIsBindableTo | ( | INetCfgComponentBindings * | iface, |
| INetCfgComponent * | pnccItem | ||
| ) |
Definition at line 169 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnIsBoundTo | ( | INetCfgComponentBindings * | iface, |
| INetCfgComponent * | pnccItem | ||
| ) |
Definition at line 132 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnMoveAfter | ( | INetCfgComponentBindings * | iface, |
| DWORD | dwFlags, | ||
| INetCfgBindingPath * | pncbItemSrc, | ||
| INetCfgBindingPath * | pncbItemDest | ||
| ) |
Definition at line 199 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnMoveBefore | ( | INetCfgComponentBindings * | iface, |
| DWORD | dwFlags, | ||
| INetCfgBindingPath * | pncbItemSrc, | ||
| INetCfgBindingPath * | pncbItemDest | ||
| ) |
Definition at line 188 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnQueryInterface | ( | INetCfgComponentBindings * | iface, |
| REFIID | iid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 40 of file inetcfgcomp_iface.c.
Definition at line 60 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnSupportsBindingInterface | ( | INetCfgComponentBindings * | iface, |
| DWORD | dwFlags, | ||
| LPCWSTR | pszwInterfaceName | ||
| ) |
Definition at line 87 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentBindings_fnUnbindFrom | ( | INetCfgComponentBindings * | iface, |
| INetCfgComponent * | pnccItem | ||
| ) |
Definition at line 78 of file inetcfgcomp_iface.c.
Definition at line 240 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentPrivate_fnQueryInterface | ( | INetCfgComponentPrivate * | iface, |
| REFIID | iid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 229 of file inetcfgcomp_iface.c.
Definition at line 249 of file inetcfgcomp_iface.c.
| HRESULT WINAPI INetCfgComponentPrivate_fnUnknown1 | ( | INetCfgComponentPrivate * | iface, |
| REFIID | iid, | ||
| LPVOID * | ppvObj | ||
| ) |
Definition at line 258 of file inetcfgcomp_iface.c.
Definition at line 723 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponent_fnRaisePropertyUi().
|
static |
Definition at line 978 of file inetcfgcomp_iface.c.
Referenced by IEnumNetCfgComponent_Constructor().
|
static |
Definition at line 810 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponent_Constructor().
|
static |
Definition at line 208 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponent_Constructor().
|
static |
Definition at line 285 of file inetcfgcomp_iface.c.
Referenced by INetCfgComponent_Constructor().