Ignore:
Timestamp:
Jan 5, 2003, 1:31:26 PM (23 years ago)
Author:
sandervl
Message:

added dll load hook and function to override named or ordinal exports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepeldr.h

    r9537 r9617  
    1 /* $Id: winimagepeldr.h,v 1.18 2002-12-20 11:39:43 sandervl Exp $ */
     1/* $Id: winimagepeldr.h,v 1.19 2003-01-05 12:31:26 sandervl Exp $ */
    22
    33/*
     
    8787    virtual ULONG getApi(char *name);
    8888    virtual ULONG getApi(int ordinal);
     89    virtual ULONG setApi(char *name, ULONG pfnNewProc);
     90    virtual ULONG setApi(int ordinal, ULONG pfnNewProc);
    8991
    9092    virtual ULONG getImageSize();
     
    111113     Section *findSectionByOS2Addr(ULONG addr);
    112114     Section *findPreviousSectionByOS2Addr(ULONG addr);
     115
     116   OrdExport *findApi(int ordinal);
     117  NameExport *findApi(char *name);
    113118
    114119        BOOL  setMemFlags();
Note: See TracChangeset for help on using the changeset viewer.