ZenWINX Logo ZenWINX

Architecture - Reference Manual - Guides

Registry

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.

Function Documentation

int __stdcall winx_register_boot_exec_command ( short *  command  ) 

Registers command to be executed during the Windows boot process.

Parameters:
[in] command the name of the command's executable, without an extension
Returns:
Zero for success, negative value otherwise.
Note:
Command's executable must be placed inside a system32 directory to be executed successfully.

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.

Parameters:
[in] command the name of the command's executable, without an extension
Returns:
Zero for success, negative value otherwise.

Definition at line 107 of file reg.c.

References winx_heap_alloc(), and winx_heap_free().


Generated on Sat May 29 23:06:45 2010 for ZenWINX by doxygen 1.6.2