General Info | |
Interface: ExecLoader Files: execloader.h Last change: 16/03/2003 Author: Luiz Henrique Shigunov | Description |
System Functions | |
0x00 - CheckExec - Check whether is an executable |
0x01 - LoadExec - Load an executable |
This page describes the ExecLoader interface which provides executable loading services.
int ExecLoader_CheckExec(UserModManager_ExecInfo *exec);
This function checks whether the executable file set in exec is of a known format.
int ExecLoader_LoadExec(UserModManager_ExecInfo *exec, TaskManager_Regs *regs);
This function loads the executable file set in exec.
regs are the registers values that will be used when the program starts.