1 #ifndef __INITCOMMONCONTROLS_H__83716747_6B45_4c0a_8B18_81C4751EA455_
2 #define __INITCOMMONCONTROLS_H__83716747_6B45_4c0a_8B18_81C4751EA455_
5 #pragma comment(lib, "comctl32.lib")
29 template<DWORD dwICC = ICC_WIN95_CLASSES>
41 static struct _tagInitCommonControls
43 _tagInitCommonControls()
45 INITCOMMONCONTROLSEX icce;
46 icce.dwSize =
sizeof(INITCOMMONCONTROLSEX);
48 InitCommonControlsEx(&icce);
50 } DummyInitCommonControls;
CInitCommonControls(void)
Protected Constructor.
~CInitCommonControls(void)
Protected Destructor.