Ignore:
Timestamp:
Oct 14, 1999, 3:39:13 AM (26 years ago)
Author:
bird
Message:

New Pe2Lx implementation.

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 sandervl Exp $ */
     1/* $Id: windllpe2lx.h,v 1.2 1999-10-14 01:39:12 bird Exp $ */
    22
    33/*
     
    55 *
    66 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl)
    7  *
     7 * Copyright 1999 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
    88 *
    99 * Project Odin Software License can be found in LICENSE.TXT
     
    1919{
    2020public:
    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();
    2324
    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);
    2628
    27 virtual BOOL  isLxDll();
    28 
    29 protected:
    30 private:
     29    /** @cat Query */
     30    virtual BOOL  isLxDll();
    3131};
    3232
Note: See TracChangeset for help on using the changeset viewer.