Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenvffuncs.h
Go to the documentation of this file.
00001 /*++ NDK Version: 0098 00002 00003 Copyright (c) ReactOS Portable Systems Group. All rights reserved. 00004 00005 Header Name: 00006 00007 vffuncs.h 00008 00009 Abstract: 00010 00011 Function definitions for the Driver Verifier. 00012 00013 Author: 00014 00015 ReactOS Portable Systems Group (ros.arm@reactos.org) - Created - 27-Jun-2010 00016 00017 --*/ 00018 00019 #ifndef _VFFUNCS_H 00020 #define _VFFUNCS_H 00021 00022 // 00023 // Dependencies 00024 // 00025 #include <umtypes.h> 00026 #include <vftypes.h> 00027 00028 #ifndef NTOS_MODE_USER 00029 00030 // 00031 // Verifier Device Driver Interface 00032 // 00033 BOOLEAN 00034 NTAPI 00035 VfIsVerificationEnabled( 00036 IN VF_OBJECT_TYPE VfObjectType, 00037 IN PVOID Object OPTIONAL 00038 ); 00039 00040 VOID 00041 NTAPI 00042 VfFailDeviceNode( 00043 IN PDEVICE_OBJECT PhysicalDeviceObject, 00044 IN ULONG BugCheckMajorCode, 00045 IN ULONG BugCheckMinorCode, 00046 IN VF_FAILURE_CLASS FailureClass, 00047 IN OUT PULONG AssertionControl, 00048 IN PSTR DebuggerMessageText, 00049 IN PSTR ParameterFormatString, 00050 ... 00051 ); 00052 #endif 00053 00054 #endif Generated on Fri May 25 2012 04:29:40 for ReactOS by
1.7.6.1
|