Searched refs:szPhysicalKLID (Results 1 – 1 of 1) sorted by relevance
284 WCHAR szLogicalKLID[KL_NAMELENGTH], szPhysicalKLID[KL_NAMELENGTH]; in InputList_WriteSubst() local287 StringCchPrintfW(szPhysicalKLID, ARRAYSIZE(szPhysicalKLID), L"%08x", dwPhysicalKLID); in InputList_WriteSubst()289 cbValue = (wcslen(szPhysicalKLID) + 1) * sizeof(WCHAR); in InputList_WriteSubst()290 return RegSetValueExW(hSubstKey, szLogicalKLID, 0, REG_SZ, (LPBYTE)szPhysicalKLID, in InputList_WriteSubst()