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

utaccess.c

Go to the documentation of this file.
00001 /*++ 00002 00003 Copyright (c) 1989 Microsoft Corporation 00004 00005 Module Name: 00006 00007 utaccess.c 00008 00009 Abstract: 00010 00011 Security component user-mode test. 00012 00013 Author: 00014 00015 Robert Reichel (RobertRe) 14-Dec-90 00016 00017 Revision History: 00018 00019 --*/ 00020 00021 #include <nt.h> 00022 #include <ntrtl.h> 00023 #include <nturtl.h> 00024 00025 #define _TST_USER_ // User mode test 00026 00027 00028 #include "tsevars.c" // Common test variables 00029 00030 #include "ctaccess.c" // Common accessibility test routines 00031 00032 00033 00034 BOOLEAN 00035 Test() 00036 { 00037 BOOLEAN Result = TRUE; 00038 00039 DbgPrint("Se: Start User Mode Access Test...\n"); 00040 00041 Result = CTAccess(); 00042 00043 DbgPrint("Se: End User Mode Access Test.\n"); 00044 00045 return Result; 00046 } 00047 00048 BOOLEAN 00049 main() 00050 { 00051 return Test(); 00052 }

Generated on Sat May 15 19:42:17 2004 for test by doxygen 1.3.7