Enhance console prompting

This commit is contained in:
NextTurn
2020-09-07 00:00:00 +08:00
committed by Next Turn
parent 6d5dcfa70c
commit 576cf6be55
10 changed files with 225 additions and 74 deletions

View File

@@ -38,7 +38,7 @@ namespace WinSW.Native
internal static extern bool OpenProcessToken(
IntPtr processHandle,
TokenAccessLevels desiredAccess,
out IntPtr tokenHandle);
out Handle tokenHandle);
internal enum PROCESSINFOCLASS
{