Commit 34e6ad32 authored by Anders Jonsson's avatar Anders Jonsson Committed by Alexandre Julliard

ntoskrnl.exe: Stub for IoStartTimer.

parent 15dd9e8d
......@@ -332,6 +332,15 @@ NTSTATUS WINAPI IoInitializeTimer(PDEVICE_OBJECT DeviceObject,
/***********************************************************************
* IoStartTimer (NTOSKRNL.EXE.@)
*/
void WINAPI IoStartTimer(PDEVICE_OBJECT DeviceObject)
{
FIXME( "stub: %p\n", DeviceObject );
}
/***********************************************************************
* IoAllocateIrp (NTOSKRNL.EXE.@)
*/
PIRP WINAPI IoAllocateIrp( CCHAR stack_size, BOOLEAN charge_quota )
......
......@@ -461,7 +461,7 @@
@ stub IoStartNextPacket
@ stub IoStartNextPacketByKey
@ stub IoStartPacket
@ stub IoStartTimer
@ stdcall IoStartTimer(ptr)
@ stub IoStatisticsLock
@ stub IoStopTimer
@ stub IoSynchronousInvalidateDeviceRelations
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment