Searched refs:nExStyle (Results 1 – 1 of 1) sorted by relevance
2059 DWORD nExStyle = GetWindowExStyle( mhWnd ); in ShowFullScreen() local2060 if ( nExStyle & WS_EX_TOOLWINDOW ) in ShowFullScreen()2063 nExStyle &= ~WS_EX_TOOLWINDOW; in ShowFullScreen()2064 SetWindowExStyle( mhWnd, nExStyle ); in ShowFullScreen()