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

utsertl.c File Reference

#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include "tsevars.c"
#include "ctsertl.c"

Go to the source code of this file.

Defines

#define _TST_USER_

Functions

BOOLEAN turtl ()
NTSTATUS __cdecl main ()


Define Documentation

#define _TST_USER_
 

Definition at line 27 of file utsertl.c.


Function Documentation

NTSTATUS __cdecl main  ) 
 

Definition at line 52 of file utsertl.c.

References turtl().

00053 { 00054 turtl(); 00055 00056 return STATUS_SUCCESS; 00057 }

BOOLEAN turtl  ) 
 

Definition at line 35 of file utsertl.c.

References DbgPrint, and TestSeRtl().

Referenced by main().

00036 { 00037 BOOLEAN Result; 00038 00039 DbgPrint("Se: Start User Mode RTL Test...\n"); 00040 00041 Result = TestSeRtl(); 00042 00043 if (!Result) { 00044 DbgPrint("Se: ** User Mode RTL Test Failed **\n"); 00045 } 00046 DbgPrint("Se: End User Mode RTL Test.\n"); 00047 return Result; 00048 }


Generated on Sat May 15 19:46:06 2004 for test by doxygen 1.3.7