![]() |
ZenWINX Architecture - Reference Manual - Guides |
|
Functions | |
int __stdcall | winx_enable_privilege (unsigned long luid) |
Enables a user privilege for the current process. |
int __stdcall winx_enable_privilege | ( | unsigned long | luid | ) |
Enables a user privilege for the current process.
[in] | luid | identifier of the requested privilege, ntndk.h file contains definitions of various privileges. |
winx_enable_privilege(SE_SHUTDOWN_PRIVILEGE);
Definition at line 41 of file privilege.c.
Referenced by winx_reboot(), and winx_shutdown().