#ifndef _WINSTA_H
// rev
NTSYSAPI
BOOLEAN
NTAPI
WinStationShadow(
_In_opt_ HANDLE ServerHandle,
_In_ PCWSTR TargetServerName,
_In_ ULONG TargetSessionId,
_In_ UCHAR HotKeyVk,
_In_ USHORT HotkeyModifiers // KBD*
);
View code on GitHub
This function is a wrapper over an RPC method documented in the [MS-TSTS] specification.