Searched refs:NumberString (Results 1 – 1 of 1) sorted by relevance
76 …WCHAR NumberString[27] = { 0 }; // length 26 is enough to display ULLONG_MAX in decimal with comma… in PrintMemory() local79 PWCHAR pNumberStr = NumberString; in PrintMemory()110 WCHAR String[RES_STR_MAXLEN + _countof(NumberString)] = { 0 }; in PrintMemory()112 StringCchPrintfW(String, _countof(String), FormatStr, NumberString); in PrintMemory()