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

mstmp.c File Reference

#include <nt.h>

Go to the source code of this file.

Functions

BOOLEAN MsAuditTDummyEntry (VOID)


Function Documentation

BOOLEAN MsAuditTDummyEntry VOID   ) 
 

Definition at line 32 of file mstmp.c.

References TRUE.

00036 : 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:44:48 2004 for test by doxygen 1.3.7