예제 #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);