Added stub for NtShutdownSystem.

This commit is contained in:
Steven Edwards 2004-09-14 19:30:36 +00:00 committed by Alexandre Julliard
parent 4d563e0195
commit f7fb4d2b50
2 changed files with 12 additions and 2 deletions

View File

@ -791,6 +791,16 @@ NTSTATUS WINAPI NtPowerInformation(DWORD x1,DWORD x2,DWORD x3,DWORD x4,DWORD x5)
return 0;
}
/******************************************************************************
* NtShutdownSystem [NTDLL.@]
*
*/
NTSTATUS WINAPI NtShutdownSystem(DWORD x1)
{
FIXME("(0x%08lx),stub\n",x1);
return 0;
}
/******************************************************************************
* NtAllocateLocallyUniqueId (NTDLL.@)
*

View File

@ -246,7 +246,7 @@
@ stdcall NtSetTimerResolution(long long ptr)
@ stdcall NtSetValueKey(long long long long long long)
@ stdcall NtSetVolumeInformationFile(long ptr ptr long long)
@ stub NtShutdownSystem
@ stdcall NtShutdownSystem(long)
@ stub NtStartProfile
@ stub NtStopProfile
@ stdcall NtSuspendThread(long ptr)
@ -824,7 +824,7 @@
@ stdcall ZwSetTimerResolution(long long ptr) NtSetTimerResolution
@ stdcall ZwSetValueKey(long long long long long long) NtSetValueKey
@ stdcall ZwSetVolumeInformationFile(long ptr ptr long long) NtSetVolumeInformationFile
@ stub ZwShutdownSystem
@ stdcall ZwShutdownSystem(long) NtShutdownSystem
@ stub ZwStartProfile
@ stub ZwStopProfile
@ stdcall ZwSuspendThread(long ptr) NtSuspendThread