Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

kulokup2.c File Reference

#include "psp.h"

Go to the source code of this file.

Functions

NTSTATUS PspLookupKernelUserEntryPoints (VOID)


Function Documentation

NTSTATUS PspLookupKernelUserEntryPoints VOID   ) 
 

Definition at line 25 of file kulokup2.c.

00029 : 00030 00031 The function locates user mode code that the kernel dispatches 00032 to, and stores the addresses of that code in global kernel variables. 00033 00034 Which procedures are of interest is machine dependent. 00035 00036 Arguments: 00037 00038 None. 00039 00040 Return Value: 00041 00042 NTSTATUS 00043 00044 --*/ 00045 00046 { 00047 // 00048 // NOTE WELL - This is a dummy stub to make the system build. 00049 // Replace it with proper code 00050 // 00051 00052 return STATUS_SUCCESS; 00053 } }


Generated on Sat May 15 19:44:29 2004 for test by doxygen 1.3.7