_ShowMessageBox() is only used within STemWin.
 
Symbols
loading...
Files
loading...

_ShowMessageBox() function

Show Message Box

Syntax

static int _ShowMessageBox(WM_HWIN hWin,     const char* pTitle,     const char* pText,     int YesNo);

Arguments

hWin

pointer to the parent handle

pTitle

pointer to the title

pText

pointer to the text

YesNo

Return value

int

References

LocationReferrerText
filebrowser_win.c:322
static int _ShowMessageBox(WM_HWIN hWin, const char* pTitle, const char* pText, int YesNo)
filebrowser_win.c:389_cbPopup()
_ShowMessageBox(hExplorerWin, "File Browser", "No external module is linked to\n this extension or Low RAM!", 0);
filebrowser_win.c:394_cbPopup()
if (_ShowMessageBox(hExplorerWin, "File Browser", "Are you sure you want to\ndelete selected file?", 1))

Call Tree

Data read by _ShowMessageBox()
Data written by _ShowMessageBox()
_ShowMessageBox()::hFrame
_ShowMessageBox()::hClient
_ShowMessageBox()::hBut
_ShowMessageBox()::r
all items filtered out
_ShowMessageBox()
_ShowMessageBox()::hFrame
_ShowMessageBox()::hClient
_ShowMessageBox()::hBut
_ShowMessageBox()::r
all items filtered out
Type of _ShowMessageBox()
_ShowMessageBox()
all items filtered out