BOOL ShowWindow(int nCmdShow) const { return ::ShowWindow(m_hwnd, nCmdShow); } BOOL UpdateWindow(void) const { return ::UpdateWindow(m_hwnd); }