![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Miscellaneous system functions code. More...
Go to the source code of this file.
Functions | |
void __stdcall | winx_sleep (int msec) |
Suspends the execution of the current thread. | |
int __stdcall | winx_get_os_version (void) |
Returns the version of Windows. | |
int __stdcall | winx_get_windows_directory (char *buffer, int length) |
Retrieves the path of the Windows directory. | |
int __stdcall | winx_query_symbolic_link (short *name, short *buffer, int length) |
Queries a symbolic link. | |
int __stdcall | winx_set_system_error_mode (unsigned int mode) |
Sets a system error mode. | |
int __stdcall | winx_load_driver (short *driver_name) |
Loads a driver. | |
int __stdcall | winx_unload_driver (short *driver_name) |
Unloads a driver. | |
short *__stdcall | winx_get_windows_boot_options (void) |
Retrieves the Windows boot options. | |
int __stdcall | winx_windows_in_safe_mode (void) |
Determines whether Windows is in Safe Mode or not. |
Miscellaneous system functions code.
Definition in file misc.c.