Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenvftypes.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 vftypes.h 00008 00009 Abstract: 00010 00011 Type 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 _VFTYPES_H 00020 #define _VFTYPES_H 00021 00022 // 00023 // Dependencies 00024 // 00025 #include <umtypes.h> 00026 00027 // 00028 // Failure Classes 00029 // 00030 typedef enum _VF_FAILURE_CLASS 00031 { 00032 VFFAILURE_FAIL_IN_FIELD, 00033 VFFAILURE_FAIL_LOGO, 00034 VFFAILURE_FAIL_UNDER_DEBUGGER 00035 } VF_FAILURE_CLASS, *PVF_FAILURE_CLASS; 00036 00037 // 00038 // Object Types 00039 // 00040 typedef enum _VF_OBJECT_TYPE 00041 { 00042 VFOBJTYPE_DRIVER, 00043 VFOBJTYPE_DEVICE, 00044 VFOBJTYPE_SYSTEM_BIOS 00045 } VF_OBJECT_TYPE, PVF_OBJECT_TYPE; 00046 00047 #endif // _VFTYPES_H Generated on Fri May 25 2012 04:29:40 for ReactOS by
1.7.6.1
|