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

utseqos.c

Go to the documentation of this file.
00001 /*++ 00002 00003 Copyright (c) 1989 Microsoft Corporation 00004 00005 Module Name: 00006 00007 utseqos.c 00008 00009 Abstract: 00010 00011 Security component user-mode test. 00012 00013 Security quality of service test from user mode. 00014 00015 Author: 00016 00017 Jim Kelly (JimK) 27-June-1990 00018 00019 Revision History: 00020 00021 --*/ 00022 00023 #include <nt.h> 00024 #include <ntrtl.h> 00025 #include <nturtl.h> 00026 00027 #define _TST_USER_ // User mode test 00028 00029 #include "tsecomm.c" // Common routines 00030 #include "ctseqos.c" // quality of service tests 00031 00032 00033 00034 BOOLEAN 00035 Test() 00036 { 00037 BOOLEAN Result = TRUE; 00038 00039 00040 Result = CtSeQos(); 00041 00042 00043 return Result; 00044 } 00045 00046 BOOLEAN 00047 main() 00048 { 00049 return Test(); 00050 }

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