Searched refs:szPreloadKey (Results 1 – 1 of 1) sorted by relevance
1027 WCHAR szImeKey[20], szPreloadNumber[20], szPreloadKey[20]; in Imm32WriteImeLayout() local1085 cbData = sizeof(szPreloadKey); in Imm32WriteImeLayout()1087 (LPBYTE)szPreloadKey, &cbData); in Imm32WriteImeLayout()1088 szPreloadKey[_countof(szPreloadKey) - 1] = UNICODE_NULL; /* Avoid buffer overrun */ in Imm32WriteImeLayout()1090 if (lError != ERROR_SUCCESS || lstrcmpiW(szImeKey, szPreloadKey) == 0) in Imm32WriteImeLayout()