MCPcopy Create free account
hub / github.com/0x7c13/UnityEditor-DarkMode / IsUnityWndClass

Function IsUnityWndClass

UnityEditorDarkMode.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139bool IsUnityWndClass(HWND hWnd) {
140 return IsWndClass(hWnd, L"UnityContainerWndClass");
141}
142
143void GetAllWindowsByProcessID(DWORD dwProcessID, std::vector<HWND>& vhWnds) {
144 HWND hCurWnd = nullptr;

Callers 2

CBTProcFunction · 0.85
CallWndSubClassProcFunction · 0.85

Calls 1

IsWndClassFunction · 0.85

Tested by

no test coverage detected