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

Function SubclassWindow

Libraries/PropertyGrid/ColorCombo.h:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 // Operations
54
55 BOOL SubclassWindow(HWND hWnd)
56 {
57 ATLASSERT(m_hWnd==NULL);
58 ATLASSERT(::IsWindow(hWnd));
59 BOOL bRet = CWindowImpl< T, TBase, TWinTraits >::SubclassWindow(hWnd);
60 if( bRet ) _Init();
61 return bRet;
62 }
63
64 int AddColor(int iIndex, COLORREF clr)
65 {

Callers 3

CustomTabCtrl.hFile · 0.50
SubclassWindowMethod · 0.50
SubclassWindowMethod · 0.50

Calls 1

_InitFunction · 0.70

Tested by

no test coverage detected