MCPcopy Create free account
hub / github.com/SOUI2/soui / SMessageBox

Function SMessageBox

SOUI/src/control/SMessageBox.cpp:229–233  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

227
228 //////////////////////////////////////////////////////////////////////////
229 INT_PTR SMessageBox( HWND hWnd, LPCTSTR lpText, LPCTSTR lpCaption, UINT uType,int nScale)
230 {
231 SMessageBoxImpl msgBox;
232 return msgBox.MessageBox(hWnd,lpText,lpCaption,uType, nScale);
233 }
234
235
236}//end of namespace

Callers 12

OnButtonClickMethod · 0.85
OnButtonClickMethod · 0.85
OnButtonClickMethod · 0.85
OnButtonClickMethod · 0.85
OnBtnInsertGif2REMethod · 0.85
OnBtnMsgBoxMethod · 0.85
OnLButtonDownMethod · 0.85
OnBtnFileWndMethod · 0.85
OnMclvEventOfPanelMethod · 0.85
OnSetPropItemValueMethod · 0.85
OnSetSkinMethod · 0.85
OnLButtonUpMethod · 0.85

Calls 1

MessageBoxMethod · 0.45

Tested by

no test coverage detected