Searched refs:nExStyle (Results 1 – 1 of 1) sorted by relevance
2063 DWORD nExStyle = GetWindowExStyle( mhWnd ); in ShowFullScreen() local2064 if ( nExStyle & WS_EX_TOOLWINDOW ) in ShowFullScreen()2067 nExStyle &= ~WS_EX_TOOLWINDOW; in ShowFullScreen()2068 SetWindowExStyle( mhWnd, nExStyle ); in ShowFullScreen()
Completed in 73 milliseconds