예제 #1
0
 public static extern int NtQueryInformationProcess(IntPtr processHandle,
                                                    int processInformationClass, ref PROCESS_BASIC_INFORMATION processInformation, uint processInformationLength,
                                                    IntPtr returnLength);
예제 #2
0
 public static extern int NtQueryInformationProcess(IntPtr processHandle,
    int processInformationClass, ref PROCESS_BASIC_INFORMATION processInformation, uint processInformationLength,
    IntPtr returnLength);