示例#1
0
文件: Natives.cs 项目: mal137/LoadLib
 public static ulong OpenThread(NT.ThreadAccess threadAccess, int threadId) =>
 NT.OpenThread(threadAccess, false, threadId);
示例#2
0
 public static ulong GetNativeHandle(this ProcessThread thread, NT.ThreadAccess accessRights) => NT.OpenThread(accessRights, false, thread.Id);