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

stackovf.c
Go to the documentation of this file.
00001 /*
00002  * PROJECT:         ReactOS Kernel
00003  * LICENSE:         GPL - See COPYING in the top level directory
00004  * FILE:            ntoskrnl/fsrtl/stackovf.c
00005  * PURPOSE:         Provides Stack Overflow support for File System Drivers
00006  * PROGRAMMERS:     None.
00007  */
00008 
00009 /* INCLUDES ******************************************************************/
00010 
00011 #include <ntoskrnl.h>
00012 #define NDEBUG
00013 #include <debug.h>
00014 
00015 /* PUBLIC FUNCTIONS **********************************************************/
00016 
00017 /*++
00018  * @name FsRtlPostPagingFileStackOverflow
00019  * @unimplemented NT 4.0
00020  *
00021  *     The FsRtlPostPagingFileStackOverflow routine
00022  *
00023  * @param Context
00024  *
00025  * @param Event
00026  *
00027  * @param StackOverflowRoutine
00028  *
00029  * @return
00030  *
00031  * @remarks None.
00032  *
00033  *--*/
00034 VOID
00035 NTAPI
00036 FsRtlPostPagingFileStackOverflow(IN PVOID Context,
00037                                  IN PKEVENT Event,
00038                                  IN PFSRTL_STACK_OVERFLOW_ROUTINE StackOverflowRoutine)
00039 {
00040     UNIMPLEMENTED;
00041 }
00042 
00043 /*++
00044  * @name FsRtlPostStackOverflow
00045  * @unimplemented NT 4.0
00046  *
00047  *     The FsRtlPostStackOverflow routine
00048  *
00049  * @param Context
00050  *
00051  * @param Event
00052  *
00053  * @param StackOverflowRoutine
00054  *
00055  * @return
00056  *
00057  * @remarks None.
00058  *
00059  *--*/
00060 VOID
00061 NTAPI
00062 FsRtlPostStackOverflow(IN PVOID Context,
00063                        IN PKEVENT Event,
00064                        IN PFSRTL_STACK_OVERFLOW_ROUTINE StackOverflowRoutine)
00065 {
00066     KeBugCheck(FILE_SYSTEM);
00067 }
00068 
00069 /* EOF */

Generated on Sat May 26 2012 04:36:04 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.