Changeset 281 for trunk/include/windll.h
- Timestamp:
- Jul 7, 1999, 10:11:58 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/windll.h
r10 r281 1 /* $Id: windll.h,v 1. 2 1999-05-27 15:17:59 phallerExp $ */1 /* $Id: windll.h,v 1.3 1999-07-07 08:11:09 sandervl Exp $ */ 2 2 3 3 /* … … 56 56 static Win32Dll *getFirst(); 57 57 58 //Send DLL_THREAD_ATTACH message to all dlls for a new thread 59 static void attachThreadToAllDlls(); 60 61 //Send DLL_THREAD_DETACH message to all dlls for thread that's about to die 62 static void detachThreadFromAllDlls(); 63 64 //Setup TLS structure for all dlls for a new thread 65 static void tlsAttachThreadToAllDlls(); 66 67 //Destroy TLS structure for all dlls for a thread that's about to die 68 static void tlsDetachThreadFromAllDlls(); 69 58 70 ULONG getApi(char *name); 59 71 ULONG getApi(int ordinal);
Note:
See TracChangeset
for help on using the changeset viewer.