Ignore:
Timestamp:
Oct 25, 2012, 12:36:15 PM (13 years ago)
Author:
dmik
Message:

kernel32: Add RegisterDummyExeEx.

This differs from RegisterDummyExe in that it also allows to specify a
resource tree to simulate the resource section of the real executable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinlx.h

    r21999 r22039  
    6464//******************************************************************************
    6565BOOL WIN32API RegisterDummyExe(LPSTR pszExeName);
     66BOOL WIN32API RegisterDummyExeEx(LPSTR pszExeName, PVOID pResData);
    6667BOOL WIN32API IsDummyExeLoaded();
    6768
Note: See TracChangeset for help on using the changeset viewer.