Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ getHostPortString
Function
getHostPortString
bwapi/SNP_DirectIP/SNP/SettingsDialog.cpp:45–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
const char* getHostPortString()
46
{
47
static char buffer[32];
48
if(hDlg)
49
{
50
GetDlgItemTextA(hDlg, IDC_EDITPORT, buffer, 32);
51
}
52
return buffer;
53
}
54
55
const char* getLocalPortString()
56
{
Callers
1
requestAds
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected