mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Implemented some verify functions.
svn path=/trunk/; revision=1468
This commit is contained in:
parent
488f0ac078
commit
a391eec94c
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#ifndef _INCLUDE_DDK_IOFUNCS_H
|
||||
#define _INCLUDE_DDK_IOFUNCS_H
|
||||
/* $Id: iofuncs.h,v 1.20 2000/08/24 19:06:29 ekohl Exp $ */
|
||||
/* $Id: iofuncs.h,v 1.21 2000/12/11 18:20:02 ekohl Exp $ */
|
||||
|
||||
/* --- EXPORTED BY NTOSKRNL --- */
|
||||
|
||||
|
@ -920,14 +920,14 @@ IoReportResourceUsage (
|
|||
VOID
|
||||
STDCALL
|
||||
IoSetDeviceToVerify (
|
||||
DWORD Unknown0,
|
||||
DWORD Unknown1
|
||||
IN struct _ETHREAD* Thread,
|
||||
IN PDEVICE_OBJECT DeviceObject
|
||||
);
|
||||
VOID
|
||||
STDCALL
|
||||
IoSetHardErrorOrVerifyDevice (
|
||||
PIRP Irp,
|
||||
PDEVICE_OBJECT DeviceObject
|
||||
IN PIRP Irp,
|
||||
IN PDEVICE_OBJECT DeviceObject
|
||||
);
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
|
|
Loading…
Reference in a new issue