Beispiel #1
0
 internal static extern IntPtr CreateToolhelp32Snapshot(TH32CS dwFlags, int th32ProcessID);
Beispiel #2
0
 internal extern static IntPtr CreateToolhelp32Snapshot(TH32CS flags, uint th32ProcessID);
 internal static extern IntPtr CreateToolhelp32Snapshot(TH32CS flags, uint processid);
Beispiel #4
0
 public static extern SafeHSNAPSHOT CreateToolhelp32Snapshot(TH32CS dwFlags, uint th32ProcessID);