user32: add stub for GetLayeredWindowAttributes

Dmitry Timoshkov dmitry at codeweavers.com
Thu Dec 20 22:40:03 CST 2007


"Louis. Lenders" <xerox_xerox2000 at 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.



More information about the wine-devel mailing list