Changeset 4474 for trunk/src/kernel32/winimagebase.h
- Timestamp:
- Oct 10, 2000, 7:14:09 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagebase.h
r4249 r4474 1 /* $Id: winimagebase.h,v 1.1 6 2000-09-12 22:45:19 birdExp $ */1 /* $Id: winimagebase.h,v 1.17 2000-10-10 17:14:07 sandervl Exp $ */ 2 2 3 3 /* … … 95 95 ULONG getResourceSize(HRSRC hResource); 96 96 97 //returns ERROR_SUCCESS or error code 98 static ULONG isPEImage(char *szFileName); 97 //returns ERROR_SUCCESS or error code (Characteristics will contain 98 //the Characteristics member of the file header structure) 99 static ULONG isPEImage(char *szFileName, DWORD *Characteristics = NULL); 99 100 static BOOL findDll(const char *pszFileName, char *pszFullName, 100 101 int cchFullName, const char *pszAltPath = NULL);
Note:
See TracChangeset
for help on using the changeset viewer.