Changeset 651 for trunk/include/windll.h
- Timestamp:
- Aug 23, 1999, 7:04:14 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/windll.h
r550 r651 1 /* $Id: windll.h,v 1. 5 1999-08-18 17:16:05sandervl Exp $ */1 /* $Id: windll.h,v 1.6 1999-08-23 17:04:14 sandervl Exp $ */ 2 2 3 3 /* … … 36 36 public: 37 37 Win32Dll(HINSTANCE hinstance, int NameTableId, int Win32TableId, WIN32DLLENTRY DllEntryPoint); 38 Win32Dll(char *szDllName );38 Win32Dll(char *szDllName, Win32Image *parentImage = NULL); 39 39 ~Win32Dll(); 40 40 … … 80 80 static Win32Dll *findModule(WIN32DLLENTRY DllEntryPoint); 81 81 82 83 virtual BOOL isDll() { return FALSE; }; 84 82 85 protected: 83 BOOL fSystemDll, fSkipEntryCalls, fUnloaded ;86 BOOL fSystemDll, fSkipEntryCalls, fUnloaded, fAttachedToProcess; 84 87 85 88 WIN32DLLENTRY dllEntryPoint;
Note:
See TracChangeset
for help on using the changeset viewer.