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

stubs.c
Go to the documentation of this file.
00001 /*
00002  * COPYRIGHT:       See COPYING in the top level directory
00003  * PROJECT:         ReactOS NT Library
00004  * FILE:            dll/ntdll/dispatch/amd64/stubs.c
00005  * PURPOSE:         AMD64 stubs
00006  * PROGRAMMERS:      Stefan Ginsberg (stefan.ginsberg@reactos.org)
00007  */
00008 
00009 /* INCLUDES *****************************************************************/
00010 
00011 #include <ntdll.h>
00012 #define NDEBUG
00013 #include <debug.h>
00014 
00015 /* PUBLIC FUNCTIONS **********************************************************/
00016 
00017 /*
00018  * @unimplemented
00019  */
00020 VOID
00021 NTAPI
00022 LdrInitializeThunk(ULONG Unknown1, // FIXME: Parameters!
00023                    ULONG Unknown2,
00024                    ULONG Unknown3,
00025                    ULONG Unknown4)
00026 {
00027     UNIMPLEMENTED;
00028     return;
00029 }
00030 
00031 /*
00032  * @unimplemented
00033  */
00034 VOID
00035 NTAPI
00036 KiUserApcDispatcher(IN PVOID NormalRoutine,
00037                     IN PVOID NormalContext,
00038                     IN PVOID SystemArgument1,
00039                     IN PVOID SystemArgument2)
00040 {
00041     UNIMPLEMENTED;
00042     return;
00043 }
00044 
00045 VOID
00046 NTAPI
00047 KiRaiseUserExceptionDispatcher()
00048 {
00049     UNIMPLEMENTED;
00050     return;
00051 }
00052 
00053 VOID
00054 NTAPI
00055 KiUserCallbackDispatcher()
00056 {
00057     UNIMPLEMENTED;
00058     return;
00059 }
00060 
00061 VOID
00062 NTAPI
00063 KiUserExceptionDispatcher()
00064 {
00065     UNIMPLEMENTED;
00066     return;
00067 }

Generated on Mon May 28 2012 04:21:14 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.