ntoskrnl.exe: Stub for IoStartTimer.

This commit is contained in:
Anders Jonsson 2009-06-14 14:05:54 +02:00 committed by Alexandre Julliard
parent 15dd9e8d35
commit 34e6ad3222
2 changed files with 10 additions and 1 deletions

View File

@ -331,6 +331,15 @@ NTSTATUS WINAPI IoInitializeTimer(PDEVICE_OBJECT DeviceObject,
}
/***********************************************************************
* IoStartTimer (NTOSKRNL.EXE.@)
*/
void WINAPI IoStartTimer(PDEVICE_OBJECT DeviceObject)
{
FIXME( "stub: %p\n", DeviceObject );
}
/***********************************************************************
* IoAllocateIrp (NTOSKRNL.EXE.@)
*/

View File

@ -461,7 +461,7 @@
@ stub IoStartNextPacket
@ stub IoStartNextPacketByKey
@ stub IoStartPacket
@ stub IoStartTimer
@ stdcall IoStartTimer(ptr)
@ stub IoStatisticsLock
@ stub IoStopTimer
@ stub IoSynchronousInvalidateDeviceRelations