Changeset 5448 for trunk/src/kernel32/winimagebase.h
- Timestamp:
- Apr 3, 2001, 12:51:58 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagebase.h
r4474 r5448 1 /* $Id: winimagebase.h,v 1.1 7 2000-10-10 17:14:07sandervl Exp $ */1 /* $Id: winimagebase.h,v 1.18 2001-04-02 22:51:58 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 = NULL);99 static ULONG isPEImage(char *szFileName, DWORD *Characteristics, DWORD *subsystem = 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.