#ifndef _WINSTA_H
NTSYSAPI
BOOLEAN
NTAPI
WinStationShutdownSystem(
_In_opt_ HANDLE ServerHandle,
_In_ ULONG ShutdownFlags // WSD_*
);
View code on GitHub
This function is a wrapper over an RPC method documented in the [MS-TSTS] specification.