Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
139
bool IsUnityWndClass(HWND hWnd) {
140
return IsWndClass(hWnd, L
"UnityContainerWndClass"
);
141
}
142
143
void GetAllWindowsByProcessID(DWORD dwProcessID, std::vector<HWND>& vhWnds) {
144
HWND hCurWnd = nullptr;
Callers
2
CBTProc
Function · 0.85
CallWndSubClassProc
Function · 0.85
Calls
1
IsWndClass
Function · 0.85
Tested by
no test coverage detected