Searched refs:nExSysStyle (Results 1 – 1 of 1) sorted by relevance
365 DWORD nExSysStyle = 0; in ImplSalCreateFrame() local432 nExSysStyle |= WS_EX_DLGMODALFRAME; in ImplSalCreateFrame()445 nExSysStyle |= WS_EX_APPWINDOW; in ImplSalCreateFrame()457 nExSysStyle |= WS_EX_TOOLWINDOW; in ImplSalCreateFrame()459 nExSysStyle |= WS_EX_LAYERED; in ImplSalCreateFrame()464 nExSysStyle |= WS_EX_TOOLWINDOW; in ImplSalCreateFrame()468 nExSysStyle |= WS_EX_LAYERED; in ImplSalCreateFrame()472 nExSysStyle |= WS_EX_TOPMOST; in ImplSalCreateFrame()532 hWnd = CreateWindowExW( nExSysStyle, pClassName, L"", nSysStyle, in ImplSalCreateFrame()605 ULONG nExSysStyle = GetWindowLong( oldhWnd, GWL_EXSTYLE ); in ImplSalReCreateHWND() local[all …]
Completed in 37 milliseconds