MCPcopy Create free account
hub / github.com/bwapi/bwapi / setStatusString

Function setStatusString

bwapi/SNP_DirectIP/SNP/SettingsDialog.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65void setStatusString(const char *statusText)
66{
67 if(hDlg)
68 {
69 SetDlgItemTextA(hDlg, IDC_STATUS, statusText);
70 }
71}
72
73INT_PTR CALLBACK Settings( HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam )
74{

Callers 2

rebindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected