MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / PrintComma

Function PrintComma

Explorer++/Helper/StringHelper.cpp:118–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118TCHAR *PrintComma(unsigned long nPrint)
119{
120 LARGE_INTEGER lPrint;
121
122 lPrint.LowPart = nPrint;
123 lPrint.HighPart = 0;
124
125 return PrintCommaLargeNum(lPrint);
126}
127
128TCHAR *PrintCommaLargeNum(LARGE_INTEGER lPrint)
129{

Callers 2

UpdateStatusBarTextMethod · 0.85
TESTFunction · 0.85

Calls 1

PrintCommaLargeNumFunction · 0.85

Tested by 1

TESTFunction · 0.68