ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

driver.c
Go to the documentation of this file.
00001 /*
00002  * PROJECT:         ReactOS Kernel
00003  * LICENSE:         BSD - See COPYING.ARM in the top level directory
00004  * FILE:            ntoskrnl/vf/driver.c
00005  * PURPOSE:         Driver Verifier Device Driver Interface
00006  * PROGRAMMERS:     ReactOS Portable Systems Group
00007  */
00008 
00009 /* INCLUDES *****************************************************************/
00010 
00011 #include <ntoskrnl.h>
00012 #define NDEBUG
00013 #include <debug.h>
00014 
00015 /* FUNCTIONS *****************************************************************/
00016 
00017 /*
00018  * @unimplemented
00019  */
00020 BOOLEAN
00021 NTAPI
00022 VfIsVerificationEnabled(IN VF_OBJECT_TYPE VfObjectType,
00023                         IN PVOID Object OPTIONAL)
00024 {
00025     UNIMPLEMENTED;
00026     return FALSE;
00027 }
00028 
00029 /*
00030  * @unimplemented
00031  */
00032 VOID
00033 NTAPI
00034 VfFailDeviceNode(IN PDEVICE_OBJECT PhysicalDeviceObject,
00035                  IN ULONG BugCheckMajorCode,
00036                  IN ULONG BugCheckMinorCode,
00037                  IN VF_FAILURE_CLASS FailureClass,
00038                  IN OUT PULONG AssertionControl,
00039                  IN PSTR DebuggerMessageText,
00040                  IN PSTR ParameterFormatString,
00041                  ...)
00042 {
00043     UNIMPLEMENTED;
00044 }
00045 
00046 /*
00047  * @unimplemented
00048  */
00049 VOID
00050 NTAPI
00051 VfFailSystemBIOS(IN ULONG BugCheckMajorCode,
00052                  IN ULONG BugCheckMinorCode,
00053                  IN VF_FAILURE_CLASS FailureClass,
00054                  IN OUT PULONG AssertionControl,
00055                  IN PSTR DebuggerMessageText,
00056                  IN PSTR ParameterFormatString,
00057                  ...)
00058 {
00059     UNIMPLEMENTED;
00060 }
00061 
00062 /* EOF */

Generated on Sat May 26 2012 04:17:43 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.