Changeset 1274 for trunk/include/windllpe2lx.h
- Timestamp:
- Oct 14, 1999, 3:39:13 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/windllpe2lx.h
r953 r1274 1 /* $Id: windllpe2lx.h,v 1. 1 1999-09-15 23:29:37 sandervlExp $ */1 /* $Id: windllpe2lx.h,v 1.2 1999-10-14 01:39:12 bird Exp $ */ 2 2 3 3 /* … … 5 5 * 6 6 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl) 7 * 7 * Copyright 1999 knut st. osmundsen (knut.stange.osmundsen@pmsc.no) 8 8 * 9 9 * Project Odin Software License can be found in LICENSE.TXT … … 19 19 { 20 20 public: 21 Win32Pe2LxDll(HINSTANCE hinstance, int NameTableId, int Win32TableId, WIN32DLLENTRY DllEntryPoint); 22 virtual ~Win32Pe2LxDll(); 21 /** @cat Constructor/Destructor */ 22 Win32Pe2LxDll(HINSTANCE hinstance, BOOL fWin32k) throw(ULONG); 23 virtual ~Win32Pe2LxDll(); 23 24 24 virtual ULONG getApi(char *name); 25 virtual ULONG getApi(int ordinal); 25 /** @cat Exports */ 26 virtual ULONG getApi(char *name); 27 virtual ULONG getApi(int ordinal); 26 28 27 virtual BOOL isLxDll(); 28 29 protected: 30 private: 29 /** @cat Query */ 30 virtual BOOL isLxDll(); 31 31 }; 32 32
Note:
See TracChangeset
for help on using the changeset viewer.