Home
last modified time | relevance | path

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

/reactos/win32ss/user/ntuser/
H A Dlayered.c102 UPDATELAYEREDWINDOWINFO *info ) in IntUpdateLayeredWindowI()
353 UPDATELAYEREDWINDOWINFO info; in NtUserUpdateLayeredWindow()
/reactos/win32ss/user/user32/windows/
H A Dwindow.c1793 const UPDATELAYEREDWINDOWINFO *info) in UpdateLayeredWindowIndirect()
/reactos/sdk/include/psdk/
H A Dwinuser.h5545 } UPDATELAYEREDWINDOWINFO, *PUPDATELAYEREDWINDOWINFO; typedef
5547 BOOL WINAPI UpdateLayeredWindowIndirect(_In_ HWND, _In_ const UPDATELAYEREDWINDOWINFO*);
/reactos/modules/rostests/winetests/user32/
H A Dwin.c44 static BOOL (WINAPI *pUpdateLayeredWindowIndirect)(HWND,const UPDATELAYEREDWINDOWINFO*);
7252 UPDATELAYEREDWINDOWINFO info; in test_layered_window()