mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
15 lines
194 B
C
15 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;
|
|
}
|