Re: shlwapi: stub implementation for SHSetTimerQueueTimer
19 May
2007
19 May
'07
1:05 a.m.
"Nigel Liang" <ncliang(a)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.
6872
Age (days ago)
6872
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov