Home
last modified time | relevance | path

Searched refs:IEnumNetCfgComponent_QueryInterface (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/netcfgx/
H A Dinetcfgcomp_iface.c860 if (!SUCCEEDED (IEnumNetCfgComponent_QueryInterface ((INetCfgComponent*)This, riid, ppv))) in IEnumNetCfgComponent_Constructor()
/reactos/sdk/include/psdk/
H A Dnetcfgx.h257 #define IEnumNetCfgComponent_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) macro