Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ hideSettingsDialog
Function
hideSettingsDialog
bwapi/SNP_DirectIP/SNP/SettingsDialog.cpp:25–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void hideSettingsDialog()
26
{
27
if(hdlgThread)
28
{
29
SendMessage(hDlg, WM_CLOSE, 0, 0);
30
WaitForSingleObject(hdlgThread, 10000);
31
hdlgThread = NULL;
32
}
33
}
34
35
const char* getHostIPString()
36
{
Callers
1
destroy
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected