MCPcopy Create free account
hub / github.com/csersoft/HWFW_GUI / SetSubStatus

Function SetSubStatus

HWFW_GUI/HWFW_GUI.cpp:60–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void SetSubStatus(HWND hCtrl, LPCWSTR lpText, ...)
61{
62 va_list argptr;
63 WCHAR wsTmp[512];
64
65 va_start(argptr, lpText);
66 _vstprintf_s(wsTmp, 512, lpText, argptr);
67 va_end(argptr);
68
69 SetWindowTextW(hCtrl, wsTmp);
70}
71
72BOOL QueryMsg(HWND hOwner, LPCWSTR szText, LPCWSTR szTitle)
73{

Callers 4

DlgProc_ItemInfoFunction · 0.85
BtnSave_WHWHFunction · 0.85
BtnSave_UIMGFunction · 0.85
DlgProc_AdvDatFmtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected