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

Function SubclassWindow

Libraries/PropertyGrid/PropertyGrid.h:213–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 // Operations
212
213 BOOL SubclassWindow(HWND hWnd)
214 {
215 ATLASSERT(m_hWnd==NULL);
216 ATLASSERT(::IsWindow(hWnd));
217 BOOL bRet = CWindowImpl< T, TBase, TWinTraits >::SubclassWindow(hWnd);
218 if( bRet ) _Init();
219 return bRet;
220 }
221
222 void SetExtendedGridStyle(DWORD dwExtStyle)
223 {

Callers

nothing calls this directly

Calls 1

_InitFunction · 0.70

Tested by

no test coverage detected