Platform SDK: Debugging and Error Handling |
The FindExeFileProc function is an application-defined callback function used with the FindExecutableImageEx function. It verifies whether the executable file found by FindExecutableImageEx is the correct executable file.
The PFIND_EXE_FILE_CALLBACK type defines a pointer to this callback function. FindExeFileProc is a placeholder for the application-defined function name.
BOOL FindExeFileProc( HANDLE FileHandle, PSTR FileName, PVOID CallerData );
If the executable file is valid, return TRUE. Otherwise, return FALSE.
Windows NT/2000: Requires Windows 2000. Available as a redistributable for Windows NT 4.0.
Windows 95/98: Requires Available as a redistributable for Windows 98.
Header: Declared in Dbghelp.h.
Debug Help Library Overview, DbgHelp Functions, FindExecutableImageEx