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

utlpcqos.c

Go to the documentation of this file.
00001 /*++ 00002 00003 Copyright (c) 1989 Microsoft Corporation 00004 00005 Module Name: 00006 00007 utlpcqos.c 00008 00009 Abstract: 00010 00011 Security component user-mode test. 00012 00013 Security quality of service test for LPC from user mode. 00014 00015 This test must be run from the SM> prompt in the debugger. 00016 00017 Author: 00018 00019 Jim Kelly (JimK) 27-June-1990 00020 00021 Revision History: 00022 00023 --*/ 00024 00025 #include <nt.h> 00026 #include <ntrtl.h> 00027 #include <nturtl.h> 00028 00029 #define _TST_USER_ // User mode test 00030 00031 #include "tsecomm.c" // Common routines 00032 #include "ctlpcqos.c" // quality of service tests 00033 00034 00035 00036 BOOLEAN 00037 Test() 00038 { 00039 BOOLEAN Result = TRUE; 00040 00041 00042 Result = CtLpcQos(); 00043 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