mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
4a3e577b8f
svn path=/trunk/; revision=38044
16 lines
194 B
C
16 lines
194 B
C
|
|
|
|
|
|
INT
|
|
Test_NtUserSetTimer(PTESTINFO pti)
|
|
{
|
|
|
|
|
|
// check valid argument
|
|
// check for replacement / new timers
|
|
// check when expiries are handled (msgs and calls)
|
|
|
|
|
|
return APISTATUS_NORMAL;
|
|
}
|