user32: Partially implement FlashWindowEx with tests

André Hentschel nerv at dawncrow.de
Sun May 22 11:26:39 CDT 2011


Am 22.05.2011 09:58, schrieb Dmitry Timoshkov:
> André Hentschel <nerv at dawncrow.de> wrote:
> 
>> +    if (!pfwi->hwnd || pfwi->cbSize < sizeof(FLASHWINFO))
>> +    {
>> +        SetLastError(ERROR_INVALID_PARAMETER);
>> +        return FALSE;
>> +    }
> 
> I don't see in your tests the case for 'cbSize > sizeof(FLASHWINFO)'.
> Also using !IsWindow() instead of !hwnd would fix one more test case.
> 

Thanks, will get into try 2

-- 

Best Regards, André Hentschel



More information about the wine-devel mailing list