Searched refs:INetCfgComponentBindings (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/win32/netcfgx/ |
H A D | inetcfgcomp_iface.c | 35 INetCfgComponentBindings *iface, in INetCfgComponentBindings_fnQueryInterface() 46 INetCfgComponentBindings *iface) in INetCfgComponentBindings_fnAddRef() 55 INetCfgComponentBindings *iface) in INetCfgComponentBindings_fnRelease() 64 INetCfgComponentBindings *iface, in INetCfgComponentBindings_fnBindTo() 73 INetCfgComponentBindings *iface, in INetCfgComponentBindings_fnUnbindFrom() 82 INetCfgComponentBindings *iface, in INetCfgComponentBindings_fnSupportsBindingInterface() 92 INetCfgComponentBindings *iface, in INetCfgComponentBindings_fnIsBoundTo() 129 INetCfgComponentBindings *iface, in INetCfgComponentBindings_fnIsBindableTo() 138 INetCfgComponentBindings *iface, in INetCfgComponentBindings_fnEnumBindingPaths() 148 INetCfgComponentBindings *iface, in INetCfgComponentBindings_fnMoveBefore() [all …]
|
/reactos/dll/shellext/netshell/ |
H A D | lanconnectui.cpp | 94 CComPtr<INetCfgComponentBindings> pCompBind; in EnumComponents() 110 hr = pNCfgComp->QueryInterface(IID_PPV_ARG(INetCfgComponentBindings, &pCompBind)); in EnumComponents()
|
/reactos/sdk/include/psdk/ |
H A D | netcfgx.h | 207 #define INTERFACE INetCfgComponentBindings 208 DECLARE_INTERFACE_(INetCfgComponentBindings, IUnknown) in DECLARE_INTERFACE_() argument
|