Searched refs:dwCharacteristics (Results 1 – 8 of 8) sorted by relevance
82 DWORD dwCharacteristics; in EnumComponents() local101 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()
16 DWORD dwCharacteristics; member
25 DWORD dwCharacteristics; member175 (LPBYTE)&pComponentInfo->dwCharacteristics, in CreateInstanceKey()376 (PINT)&pComponentInfo->dwCharacteristics); in CheckInfFile()481 DPRINT("Characteristics: 0x%lx\n", ComponentInfo.dwCharacteristics); in InstallNetworkComponent()
47 DWORD dwCharacteristics; //Y member
301 …alueExW(hSubKey, L"Characteristics", NULL, &dwType, (LPBYTE)&pCurrent->dwCharacteristics, &dwSize); in EnumClientServiceProtocol()303 pCurrent->dwCharacteristics = 0; in EnumClientServiceProtocol()
368 *pdwCharacteristics = This->pItem->dwCharacteristics; in INetCfgComponent_fnGetCharacteristics()
230 DWORD dwCharacteristics; member
3092 lpNetInfoStruct->dwCharacteristics = 0; in WNetGetNetworkInformationW()