コード例 #1
0
ファイル: NTDll.cs プロジェクト: John-Leitch/GenomeDotNet
 public static extern int NtQueryInformationProcess(IntPtr processHandle,
                                                    int processInformationClass, ref PROCESS_BASIC_INFORMATION processInformation, uint processInformationLength,
                                                    IntPtr returnLength);
コード例 #2
0
ファイル: NTDll.cs プロジェクト: John-Leitch/GenomeDotNet
 public static extern int NtQueryInformationProcess(IntPtr processHandle,
    int processInformationClass, ref PROCESS_BASIC_INFORMATION processInformation, uint processInformationLength,
    IntPtr returnLength);