示例#1
0
 public static extern IntPtr CreateToolhelp32Snapshot(CreateToolhelp32SnapshotFlags dwFlags, uint th32ProcessID);
示例#2
0
 public static extern SafeObjectHandle CreateToolhelp32Snapshot(
     CreateToolhelp32SnapshotFlags dwFlags,
     int th32ProcessID);
示例#3
0
		public SafeObjectHandle CreateToolhelp32Snapshot(
            CreateToolhelp32SnapshotFlags dwFlags,
            uint th32ProcessID)
			=> CreateToolhelp32Snapshot(dwFlags, th32ProcessID);