MCPcopy Create free account
hub / github.com/Maplespe/DWMBlurGlass / GetCurrentColorizationColor

Method GetCurrentColorizationColor

DWMBlurGlassExt/Common/DWMStruct.cpp:1119–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117 }
1118
1119 DWORD CTopLevelWindow::GetCurrentColorizationColor() const
1120 {
1121 DWORD color{};
1122
1123 if (os::buildNumber < os::w11_23h2)
1124 {
1125 DWORD flags{};
1126 color = GetWindowColorizationColor(static_cast<BYTE>(*GetCurrentDefaultColorizationFlags(&flags) | 8u));
1127 }
1128 else
1129 {
1130 color = GetSolidColorCaptionColor();
1131 }
1132
1133 return color;
1134 }
1135
1136 CTopLevelWindow::WindowFrame* CTopLevelWindow::s_ChooseWindowFrameFromStyle(char a1, bool a2, bool a3)
1137 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected