Re: user32: add stub for GetLayeredWindowAttributes
21 Dec
2007
21 Dec
'07
4:40 a.m.
"Louis. Lenders" <xerox_xerox2000(a)yahoo.co.uk> wrote:
+BOOL WINAPI GetLayeredWindowAttributes( HWND hWnd,COLORREF* prgbKey, + BYTE* pbAlpha, DWORD* pdwFlags ) +{ + FIXME("(%p,0x%.8x,%d,%d): stub!\n", hWnd, *prgbKey, *pbAlpha, *pdwFlags); + return TRUE; +}
Probably a better idea would be to return FALSE, otherwise you have to initialize all the requested data. -- Dmitry.
6567
Age (days ago)
6567
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov