ReactOS 0.4.16-dev-109-gf4cb10f
|
#include <win32k.h>
Go to the source code of this file.
Classes | |
struct | _LRD_PROP |
Typedefs | |
typedef struct _LRD_PROP | LRD_PROP |
typedef struct _LRD_PROP * | PLRD_PROP |
Functions | |
DBG_DEFAULT_CHANNEL (UserMisc) | |
BOOL FASTCALL | GetLayeredStatus (PWND pWnd) |
BOOL FASTCALL | SetLayeredStatus (PWND pWnd, BYTE set) |
BOOL FASTCALL | IntSetLayeredWindowAttributes (PWND pWnd, COLORREF crKey, BYTE bAlpha, DWORD dwFlags) |
BOOL FASTCALL | IntUpdateLayeredWindowI (PWND pWnd, UPDATELAYEREDWINDOWINFO *info) |
BOOL APIENTRY | NtUserGetLayeredWindowAttributes (HWND hwnd, COLORREF *pcrKey, BYTE *pbAlpha, DWORD *pdwFlags) |
BOOL APIENTRY | NtUserSetLayeredWindowAttributes (HWND hwnd, COLORREF crKey, BYTE bAlpha, DWORD dwFlags) |
BOOL APIENTRY | NtUserUpdateLayeredWindow (HWND hwnd, HDC hdcDst, POINT *pptDst, SIZE *psize, HDC hdcSrc, POINT *pptSrc, COLORREF crKey, BLENDFUNCTION *pblend, DWORD dwFlags, RECT *prcDirty) |
DBG_DEFAULT_CHANNEL | ( | UserMisc | ) |
Definition at line 23 of file layered.c.
Referenced by NtUserUpdateLayeredWindow().
BOOL FASTCALL IntSetLayeredWindowAttributes | ( | PWND | pWnd, |
COLORREF | crKey, | ||
BYTE | bAlpha, | ||
DWORD | dwFlags | ||
) |
Definition at line 46 of file layered.c.
Referenced by NtUserSetLayeredWindowAttributes().
Definition at line 101 of file layered.c.
Referenced by NtUserUpdateLayeredWindow().
BOOL APIENTRY NtUserGetLayeredWindowAttributes | ( | HWND | hwnd, |
COLORREF * | pcrKey, | ||
BYTE * | pbAlpha, | ||
DWORD * | pdwFlags | ||
) |
Definition at line 241 of file layered.c.
BOOL APIENTRY NtUserSetLayeredWindowAttributes | ( | HWND | hwnd, |
COLORREF | crKey, | ||
BYTE | bAlpha, | ||
DWORD | dwFlags | ||
) |
Definition at line 311 of file layered.c.
BOOL APIENTRY NtUserUpdateLayeredWindow | ( | HWND | hwnd, |
HDC | hdcDst, | ||
POINT * | pptDst, | ||
SIZE * | psize, | ||
HDC | hdcSrc, | ||
POINT * | pptSrc, | ||
COLORREF | crKey, | ||
BLENDFUNCTION * | pblend, | ||
DWORD | dwFlags, | ||
RECT * | prcDirty | ||
) |
Definition at line 341 of file layered.c.
Referenced by UpdateLayeredWindow(), and UpdateLayeredWindowIndirect().
Definition at line 34 of file layered.c.
Referenced by co_IntSetWindowLongPtr().