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

ttseacc.c File Reference

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

Go to the source code of this file.

Defines

#define _TST_KERNEL_

Functions

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


Define Documentation

#define _TST_KERNEL_
 

Definition at line 25 of file ttseacc.c.


Function Documentation

int main int  argc,
char *  argv[]
 

Definition at line 54 of file ttseacc.c.

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

00058 { 00059 VOID KiSystemStartup(); 00060 00061 TestFunction = Test; 00062 KiSystemStartup(); 00063 return( 0 ); 00064 }

BOOLEAN Test  ) 
 

Definition at line 40 of file ttseacc.c.

References DbgPrint, TRUE, and TSeAcc().

Referenced by main(), and WndProc().

00041 { 00042 BOOLEAN Result = TRUE; 00043 00044 DbgPrint("Se: Start Kernel Mode Security Test...\n"); 00045 00046 Result = TSeAcc(); 00047 00048 DbgPrint("Se: End Kernel Mode Security Test.\n"); 00049 00050 return Result; 00051 }


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