MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetStyle

Method GetStyle

DuiLib/Utils/WinImplBase.cpp:418–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418LONG WindowImplBase::GetStyle()
419{
420 LONG styleValue = ::GetWindowLong(*this, GWL_STYLE);
421 styleValue &= ~WS_CAPTION;
422
423 return styleValue;
424}
425
426void WindowImplBase::OnClick(TNotifyUI& msg)
427{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected