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

psvdm.c File Reference

#include "psp.h"

Go to the source code of this file.

Functions

NTSTATUS PspSetProcessIoHandlers (IN PEPROCESS Process, IN PVOID IoHandlerInformation, IN ULONG IoHandlerLength)
VOID PspDeleteIoHandlers (IN PEPROCESS Process)
VOID PspDeleteVdmObjects (IN PEPROCESS Process)


Function Documentation

VOID PspDeleteIoHandlers IN PEPROCESS  Process  ) 
 

Definition at line 58 of file ppc/psvdm.c.

00063 : 00064 00065 This is a stub for the IoHandler delete routine 00066 00067 Arguments: 00068 00069 Process -- Supplies a pointer to the process 00070 00071 Return Value: 00072 00073 None 00074 --*/ 00075 { 00076 UNREFERENCED_PARAMETER(Process); 00077 }

VOID PspDeleteVdmObjects IN PEPROCESS  Process  ) 
 

Definition at line 81 of file ppc/psvdm.c.

Referenced by PspProcessDelete().

00086 : 00087 00088 This is a stub for the Vdm Objects delete routine 00089 00090 Arguments: 00091 00092 Process -- Supplies a pointer to the process 00093 00094 Return Value: 00095 00096 None 00097 --*/ 00098 { 00099 UNREFERENCED_PARAMETER(Process); 00100 } }

NTSTATUS PspSetProcessIoHandlers IN PEPROCESS  Process,
IN PVOID  IoHandlerInformation,
IN ULONG  IoHandlerLength
 

Definition at line 25 of file ppc/psvdm.c.

Referenced by NtSetInformationProcess().

00032 : 00033 00034 This routine returns STATUS_NOT_IMPLEMENTED 00035 00036 Arguments: 00037 00038 Process -- Supplies a pointer to the process for which Io port handlers 00039 are to be installed 00040 IoHandlerInformation -- Supplies a pointer to the information about the 00041 io port handlers 00042 IoHandlerLength -- Supplies the length of the IoHandlerInformation 00043 structure. 00044 00045 Return Value: 00046 00047 Returns STATUS_NOT_IMPLEMENTED 00048 00049 --*/ 00050 { 00051 UNREFERENCED_PARAMETER(Process); 00052 UNREFERENCED_PARAMETER(IoHandlerInformation); 00053 UNREFERENCED_PARAMETER(IoHandlerLength); 00054 return STATUS_NOT_IMPLEMENTED; 00055 }


Generated on Sat May 15 19:45:24 2004 for test by doxygen 1.3.7