예제 #1
0
 public static extern IntPtr CreateToolhelp32Snapshot(SnapshotFlags dwFlags, uint th32ProcessID);
예제 #2
0
 public static extern ToolHelpHandle CreateToolhelp32Snapshot(SnapshotFlags dwFlags, int th32ProcessID);
예제 #3
0
 public static extern IntPtr CreateToolhelp32Snapshot(SnapshotFlags dwFlags, int th32ProcessID);
예제 #4
0
파일: WinAPI.cs 프로젝트: wilson0x4d/Mubox
 internal static extern IntPtr CreateToolhelp32Snapshot(SnapshotFlags dwFlags, [In]UInt32 th32ProcessID);
예제 #5
0
파일: ProcessApi.cs 프로젝트: mztikk/gsudo
 internal static extern SafeSnapshotHandle CreateToolhelp32Snapshot(SnapshotFlags flags, uint id);
예제 #6
0
 static public extern ToolHelpHandle CreateToolhelp32Snapshot(SnapshotFlags dwFlags, int th32ProcessID);
예제 #7
0
 private static extern SnapshotSafeHandle CreateToolhelp32Snapshot(SnapshotFlags dwFlags, uint th32ProcessID);
예제 #8
0
 public static extern IntPtr CreateToolhelp32Snapshot([In] SnapshotFlags dwFlags, [In] UInt32 th32ProcessID);
예제 #9
0
 public ObjectSnapshotAttribute(SnapshotFlags viewModelFlags)
 {
     Flags = viewModelFlags;
 }
예제 #10
0
 public ObjectSnapshotAttribute()
 {
     Flags = SnapshotFlags.Default;
 }
예제 #11
0
 internal static extern IntPtr CreateToolhelp32Snapshot(SnapshotFlags flags, uint processId);