shlwapi: stub implementation for SHSetTimerQueueTimer

Dmitry Timoshkov dmitry at codeweavers.com
Sat May 19 01:05:30 CDT 2007


"Nigel Liang" <ncliang at gmail.com> wrote:

> +    CreateTimerQueueTimer(phNewTimer, hQueue, pfnCallback, pContext,
> +        dwDueTime, dwPeriod, dwFlags);
> +
> +    return *phNewTimer;

You have to check the return value of CreateTimerQueueTimer before
returning a possible garbage.

-- 
Dmitry.



More information about the wine-devel mailing list