MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetWindowClassName

Method GetWindowClassName

RedisStudio/MainFrameWhd.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94LPCTSTR CMainFrameWnd::GetWindowClassName() const
95{
96 return _T("MainFrameWhd");
97}
98
99UINT CMainFrameWnd::GetClassStyle() const
100{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected