摘要: 参考自 http://www.cnblogs.com/leafyoung/archive/2007/10/16/926514.htmltemplate <class T>class CFullScreen{public: CFullScreen() : fullscreen_(FALSE) {} void SetFullScreenImpl(BOOL fullscreen) { T* pT = static_cast<T*>(this); HWND hWnd = pT->m_hWnd; if (!fullscreen) ... 阅读全文
posted @ 2013-05-29 20:13 悟了 阅读(351) 评论(1) 推荐(0) 编辑