PE_errorCodes
Declaration
typedef enum {
PE_ok,
PE_fileNotFound,
PE_outOfMemory,
PE_invalidDLLImage,
PE_unableToInitLibC,
PE_unknownImageFormat
} PE_errorCodes
Prototype In
drvlib/peloader.h
Description
Defines the error codes returned by the library
Members
PE_ok |
No error |
PE_fileNotFound |
DLL file not found |
PE_outOfMemory |
Out of memory loading DLL |
PE_invalidDLLImage |
DLL image is invalid or corrupted |
PE_unableToInitLibC |
Unable to initialise the C runtime library |
PE_unknownImageFormat |
DLL image is in a format that is not supported |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com