Home
last modified time | relevance | path

Searched refs:dwCharacteristics (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/shellext/netshell/
H A Dlanconnectui.cpp82 DWORD dwCharacteristics; in EnumComponents() local
101 hr = pNCfgComp->GetCharacteristics(&dwCharacteristics); in EnumComponents()
102 if (SUCCEEDED(hr) && (dwCharacteristics & NCF_HIDDEN)) in EnumComponents()
125 pItem->dwCharacteristics = dwCharacteristics; in EnumComponents()
366 if (pItem->dwCharacteristics & NCF_NOT_USER_REMOVABLE) in LANPropertiesUIDlg()
371 if (pItem->dwCharacteristics & NCF_HAS_UI) in LANPropertiesUIDlg()
H A Dlanconnectui.h16 DWORD dwCharacteristics; member
/reactos/dll/win32/syssetup/
H A Dnetinstall.c25 DWORD dwCharacteristics; member
175 (LPBYTE)&pComponentInfo->dwCharacteristics, in CreateInstanceKey()
376 (PINT)&pComponentInfo->dwCharacteristics); in CheckInfFile()
481 DPRINT("Characteristics: 0x%lx\n", ComponentInfo.dwCharacteristics); in InstallNetworkComponent()
/reactos/dll/win32/netcfgx/
H A Dprecomp.h47 DWORD dwCharacteristics; //Y member
H A Dnetcfg_iface.c301 …alueExW(hSubKey, L"Characteristics", NULL, &dwType, (LPBYTE)&pCurrent->dwCharacteristics, &dwSize); in EnumClientServiceProtocol()
303 pCurrent->dwCharacteristics = 0; in EnumClientServiceProtocol()
H A Dinetcfgcomp_iface.c368 *pdwCharacteristics = This->pItem->dwCharacteristics; in INetCfgComponent_fnGetCharacteristics()
/reactos/sdk/include/psdk/
H A Dwinnetwk.h230 DWORD dwCharacteristics; member
/reactos/dll/win32/mpr/
H A Dwnet.c3092 lpNetInfoStruct->dwCharacteristics = 0; in WNetGetNetworkInformationW()