Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ GetWindowClassName
Method
GetWindowClassName
DuiLib/Control/UIEdit.cpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
LPCTSTR CEditWnd::GetWindowClassName() const
81
{
82
return _T(
"EditWnd"
);
83
}
84
85
LPCTSTR CEditWnd::GetSuperClassName() const
86
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected