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

mstmp.c

Go to the documentation of this file.
00001 /*++ 00002 00003 Copyright (c) 1989 Microsoft Corporation 00004 00005 Module Name: 00006 00007 tmp.c 00008 00009 Abstract: 00010 00011 Temporary (unnecessary) DLL entry point routine. 00012 00013 00014 The entry in this file is a bit of a hack. The code isn't 00015 needed, but our linker doesn't know how to build a dll with data only. 00016 When MikeOl gets this fixed, we can remove this obligatory source 00017 file. 00018 00019 00020 Author: 00021 00022 Jim Kelly 24-Mar-1992 00023 00024 Revision History: 00025 00026 --*/ 00027 00028 00029 #include <nt.h> 00030 00031 BOOLEAN 00032 MsAuditTDummyEntry( VOID ) 00033 00034 /*++ 00035 00036 Routine Description: 00037 00038 This routine gets called when this DLL is loaded by the loader. 00039 It does nothing and wouldn't be needed if the linker worked 00040 correctly. 00041 00042 Arguments: 00043 00044 None. 00045 00046 00047 Return Value: 00048 00049 None. 00050 00051 --*/ 00052 { 00053 00054 return TRUE; 00055 }

Generated on Sat May 15 19:40:53 2004 for test by doxygen 1.3.7