Searched refs:dwStyleNew (Results 1 – 1 of 1) sorted by relevance
1302 DWORD dwStyleNew = WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_DLGFRAME; in DrawNCPreview() local1303 SetWindowLongPtr(hwndDummy, GWL_STYLE, dwStyleNew); in DrawNCPreview()1308 context.wi.dwStyle = WS_VISIBLE | dwStyleNew; in DrawNCPreview()