MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SmallFormat

Method SmallFormat

DuiLib/Utils/Utils.cpp:786–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784 }
785
786 int CDuiString::SmallFormat(LPCTSTR pstrFormat, ...)
787 {
788 CDuiString sFormat = pstrFormat;
789 TCHAR szBuffer[64] = { 0 };
790 va_list argList;
791 va_start(argList, pstrFormat);
792 int iRet = ::_vsntprintf(szBuffer, sizeof(szBuffer), sFormat, argList);
793 va_end(argList);
794 Assign(szBuffer);
795 return iRet;
796 }
797
798 /////////////////////////////////////////////////////////////////////////////
799 //

Callers 9

PaintStatusImageMethod · 0.80
UpdateTextMethod · 0.80
PaintStatusImageMethod · 0.80
PaintButton1Method · 0.80
PaintButton2Method · 0.80
PaintThumbMethod · 0.80
PaintRailMethod · 0.80
PaintStatusImageMethod · 0.80
PaintStatusImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected