Searched refs:szPattern (Results 1 – 1 of 1) sorted by relevance
76 szPattern[MAX_PATH], in testKeyboardLayouts() local89 StringCchCopyW(szPattern, ARRAYSIZE(szPattern), szSysPath); in testKeyboardLayouts()90 StringCchCatW(szPattern, ARRAYSIZE(szPattern), L"\\kbd*.dll"); in testKeyboardLayouts()92 for (hFindFile = FindFirstFileW(szPattern, &wfd); in testKeyboardLayouts()