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

ttsertl.c File Reference

#include <stdio.h>
#include "sep.h"
#include <zwapi.h>
#include "tsevars.c"
#include "ctsertl.c"

Go to the source code of this file.

Defines

#define _TST_KERNEL_

Functions

BOOLEAN SeRtlTest ()
int main (int argc, char *argv[])


Define Documentation

#define _TST_KERNEL_
 

Definition at line 31 of file ttsertl.c.


Function Documentation

int main int  argc,
char *  argv[]
 

Definition at line 47 of file ttsertl.c.

References KiSystemStartup(), SeRtlTest(), TestFunction, and VOID().

00051 { 00052 VOID KiSystemStartup(); 00053 00054 TestFunction = SeRtlTest; 00055 KiSystemStartup(); 00056 return( 0 ); 00057 }

BOOLEAN SeRtlTest  ) 
 

Definition at line 61 of file ttsertl.c.

References DbgPrint, and TestSeRtl().

Referenced by main().

00062 { 00063 00064 BOOLEAN Result; 00065 00066 DbgPrint("Se: Start Kernel Mode RTL Test...\n"); 00067 00068 Result = TestSeRtl(); 00069 00070 if (!Result) { 00071 DbgPrint("Se: ** Kernel Mode RTL Test Failed **\n"); 00072 } 00073 DbgPrint("Se: End Kernel Mode RTL Test.\n"); 00074 return Result; 00075 }


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