Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ SetEnabled
Method
SetEnabled
cpp/src/arrow/flight/sql/odbc/odbc_impl/ui/window.cc:324–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
}
323
324
void Window::SetEnabled(bool enabled) { EnableWindow(GetHandle(), enabled); }
325
326
bool Window::IsEnabled() const { return IsWindowEnabled(GetHandle()) != 0; }
327
Callers
6
CreateAuthSettingsGroup
Method · 0.80
CreateEncryptionSettingsGroup
Method · 0.80
CheckEnableOk
Method · 0.80
CheckAuthType
Method · 0.80
OnMessage
Method · 0.80
CheckEnableOk
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected