Searched refs:szMhz (Results 1 – 1 of 1) sorted by relevance
95 WCHAR szMhz[16]; in ProcessorDlgProc() local101 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()