mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
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;
|
||
|
}
|