MCPcopy Create free account
hub / github.com/ConEmu/ConEmu / SetWindowStyle

Method SetWindowStyle

src/ConEmu/ConEmu.cpp:1633–1636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1631}
1632
1633void CConEmuMain::SetWindowStyle(DWORD anStyle)
1634{
1635 SetWindowStyle(ghWnd, anStyle);
1636}
1637
1638void CConEmuMain::SetWindowStyle(HWND ahWnd, DWORD anStyle)
1639{

Callers 4

JumpNextMonitorMethod · 0.80
SetWindowModeMethod · 0.80
DoDesktopModeSwitchMethod · 0.80
NC_WrapperMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected