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

Function SubclassWindow

Libraries/PropertyGrid/PropertyTree.h:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233 // Operations
234
235 BOOL SubclassWindow(HWND hWnd)
236 {
237 ATLASSERT(m_hWnd==NULL);
238 ATLASSERT(::IsWindow(hWnd));
239 BOOL bRet = CWindowImpl< T, TBase, TWinTraits >::SubclassWindow(hWnd);
240 if( bRet ) _Init();
241 return bRet;
242 }
243
244 void SetExtendedTreeStyle(DWORD dwExtStyle)
245 {

Callers

nothing calls this directly

Calls 1

_InitFunction · 0.70

Tested by

no test coverage detected