MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / SubclassWindow

Function SubclassWindow

Libraries/PropertyGrid/PropertyList.h:229–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 // Operations
228
229 BOOL SubclassWindow(HWND hWnd)
230 {
231 ATLASSERT(m_hWnd==NULL);
232 ATLASSERT(::IsWindow(hWnd));
233 BOOL bRet = CWindowImpl< T, TBase, TWinTraits >::SubclassWindow(hWnd);
234 if( bRet ) _Init();
235 return bRet;
236 }
237
238 void SetExtendedListStyle(DWORD dwExtStyle)
239 {

Callers

nothing calls this directly

Calls 1

_InitFunction · 0.70

Tested by

no test coverage detected