Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/user32/
H A DKbdLayout.c76 szPattern[MAX_PATH], in testKeyboardLayouts() local
89 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()