Home
last modified time | relevance | path

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

/reactos/dll/win32/imm32/
H A Dprecomp.h185 HRESULT APIENTRY Imm32StrToUInt(LPCWSTR pszText, LPDWORD pdwValue, ULONG nBase);
H A Dimm.c1279 Imm32StrToUInt(L"123", &dwValue, 10); in Imm32UnitTest()
1281 Imm32StrToUInt(L"100", &dwValue, 16); in Imm32UnitTest()
H A Dutils.c43 Imm32StrToUInt(LPCWSTR pszText, LPDWORD pdwValue, ULONG nBase) in Imm32StrToUInt() function
1001 Imm32StrToUInt(szImeKey, &Value, 16); in Imm32GetImeLayout()