mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 17:12:58 +00:00
Create a branch for header work.
svn path=/branches/header-work/; revision=45691
This commit is contained in:
parent
14fe274b1c
commit
9ea495ba33
19538 changed files with 0 additions and 1063950 deletions
12
include/psdk/ntdll.h
Normal file
12
include/psdk/ntdll.h
Normal file
|
@ -0,0 +1,12 @@
|
|||
#ifndef _NTDLL_H
|
||||
#define _NTDLL_H
|
||||
|
||||
typedef enum _SHUTDOWN_ACTION {
|
||||
ShutdownNoReboot,
|
||||
ShutdownReboot,
|
||||
ShutdownPowerOff
|
||||
} SHUTDOWN_ACTION;
|
||||
|
||||
DWORD WINAPI NtShutdownSystem (SHUTDOWN_ACTION Action);
|
||||
|
||||
#endif /* _NTDLL_H */
|
Loading…
Add table
Add a link
Reference in a new issue