Changeset 5959 for trunk/src/kernel32/winimagebase.h
- Timestamp:
- Jun 11, 2001, 12:32:18 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagebase.h
r5448 r5959 1 /* $Id: winimagebase.h,v 1.1 8 2001-04-02 22:51:58sandervl Exp $ */1 /* $Id: winimagebase.h,v 1.19 2001-06-10 22:32:17 sandervl Exp $ */ 2 2 3 3 /* … … 97 97 //returns ERROR_SUCCESS or error code (Characteristics will contain 98 98 //the Characteristics member of the file header structure) 99 static ULONG isPEImage(char *szFileName, DWORD *Characteristics, DWORD *subsystem = NULL);99 static ULONG isPEImage(char *szFileName, DWORD *Characteristics, DWORD *subsystem, DWORD *fNEExe = NULL); 100 100 static BOOL findDll(const char *pszFileName, char *pszFullName, 101 101 int cchFullName, const char *pszAltPath = NULL);
Note:
See TracChangeset
for help on using the changeset viewer.