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

Function getLocalPortString

bwapi/SNP_DirectIP/SNP/SettingsDialog.cpp:55–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55const char* getLocalPortString()
56{
57 static char buffer[32];
58 if(hDlg)
59 {
60 GetDlgItemTextA(hDlg, IDC_EDITLPORT, buffer, 32);
61 }
62 return buffer;
63}
64
65void setStatusString(const char *statusText)
66{

Callers 1

rebindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected