MCPcopy Create free account
hub / github.com/BlueMatthew/WechatExporter / MsgBox

Function MsgBox

vcproject/ViewHelper.cpp:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57int MsgBox(HWND hWnd, UINT uStrId, UINT uType/* = MB_OK*/)
58{
59 CString text;
60 text.LoadString(uStrId);
61 return MsgBox(hWnd, text, uType);
62}
63
64int MsgBox(HWND hWnd, const CString& text, UINT uType/* = MB_OK*/)
65{

Callers 4

OnBnClickedChooseBkpMethod · 0.85
OnBackupSelChangeMethod · 0.85
OnBnClickedCancelMethod · 0.85
OnBnClickedExportMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected