ntoskrnl.exe: Stub for IoStartTimer.
This commit is contained in:
parent
15dd9e8d35
commit
34e6ad3222
|
@ -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.@)
|
||||
*/
|
||||
|
|
|
@ -461,7 +461,7 @@
|
|||
@ stub IoStartNextPacket
|
||||
@ stub IoStartNextPacketByKey
|
||||
@ stub IoStartPacket
|
||||
@ stub IoStartTimer
|
||||
@ stdcall IoStartTimer(ptr)
|
||||
@ stub IoStatisticsLock
|
||||
@ stub IoStopTimer
|
||||
@ stub IoSynchronousInvalidateDeviceRelations
|
||||
|
|
Loading…
Reference in New Issue