Home
last modified time | relevance | path

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

/reactos/dll/shellext/devcpux/
H A Dprocessor.c95 WCHAR szMhz[16]; in ProcessorDlgProc() local
101 if (!LoadStringW(g_hInstance, IDS_MEGAHERTZ, szMhz, ARRAYSIZE(szMhz))) in ProcessorDlgProc()
103 StringCbCopyW(szMhz, sizeof(szMhz), L"%ld MHz"); in ProcessorDlgProc()
128 StringCbPrintfW(szCurrentMhz, sizeof(szCurrentMhz), szMhz, PowerInfo.CurrentMhz); in ProcessorDlgProc()