Home
last modified time | relevance | path

Searched refs:IID_INetCfg (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/apitests/com/
H A Dnetcfgx.c18 { 0x0, &IID_INetCfg },
H A Dcom_apitest.c217 { ID_NAME(IID_INetCfg), TRUE },
/reactos/sdk/lib/uuid/
H A Dotherguids.c18 DEFINE_GUID(IID_INetCfg, 0xC0E8AE93,0x306E,0x11D1,0xAA,0xCF,0x00,0x80,0x5F,0xC1…
/reactos/modules/rostests/winetests/netcfgx/
H A Dnetcfgx.c39 hr = CoCreateInstance( &CLSID_CNetCfg, NULL, CLSCTX_ALL, &IID_INetCfg, (LPVOID*)&config); in create_configuration()
/reactos/dll/shellext/netshell/
H A Dsetup.cpp64 IID_INetCfg, in InstallTypicalNetworkSettings()
/reactos/sdk/include/psdk/
H A Dnetcfgx.h300 EXTERN_C const IID IID_INetCfg; variable
/reactos/dll/win32/netcfgx/
H A Dnetcfg_iface.c551 IsEqualIID (iid, &IID_INetCfg)) in INetCfg_fnQueryInterface()