Home
last modified time | relevance | path

Searched defs:SetWindowStyle (Results 1 – 2 of 2) sorted by relevance

/reactos/base/shell/explorer/
H A Dprecomp.h74 SetWindowStyle(IN HWND hWnd, in SetWindowStyle() function
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dutility.h153 #define SetWindowStyle(hwnd, val) (DWORD)SetWindowLongPtr(hwnd, GWL_STYLE, val) macro