Home
last modified time | relevance | path

Searched refs:dwStyleNew (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/uxtheme/
H A Dnonclient.c1302 DWORD dwStyleNew = WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_DLGFRAME; in DrawNCPreview() local
1303 SetWindowLongPtr(hwndDummy, GWL_STYLE, dwStyleNew); in DrawNCPreview()
1308 context.wi.dwStyle = WS_VISIBLE | dwStyleNew; in DrawNCPreview()