![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Functions | |
int __stdcall | winx_register_boot_exec_command (short *command) |
Registers command to be executed during the Windows boot process. | |
int __stdcall | winx_unregister_boot_exec_command (short *command) |
Deregisters command from being executed during the Windows boot process. |
int __stdcall winx_register_boot_exec_command | ( | short * | command | ) |
Registers command to be executed during the Windows boot process.
[in] | command | the name of the command's executable, without an extension |
Definition at line 51 of file reg.c.
References winx_heap_free().
int __stdcall winx_unregister_boot_exec_command | ( | short * | command | ) |
Deregisters command from being executed during the Windows boot process.
[in] | command | the name of the command's executable, without an extension |
Definition at line 107 of file reg.c.
References winx_heap_alloc(), and winx_heap_free().