diff options
| author | jluce50 <jeremyluce@gmail.com> | 2015-03-03 14:12:53 -0600 |
|---|---|---|
| committer | jluce50 <jeremyluce@gmail.com> | 2015-03-03 14:12:53 -0600 |
| commit | 09d53e3c95d35d04f6907941ef7f7206e219ff1c (patch) | |
| tree | 1054c58f607295e8703b8e018dddcea8a54c18ca /MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs | |
| parent | 0be639e68a52b6633f9d81ea7249dbc10598a5dd (diff) | |
Update variable name for consistency
Diffstat (limited to 'MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs b/MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs index 413e19239..a88f5c1e5 100644 --- a/MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs +++ b/MediaBrowser.ServerApplication/Native/WindowsProcessManager.cs @@ -33,7 +33,7 @@ namespace MediaBrowser.ServerApplication.Native static extern int ResumeThread(IntPtr hThread);
[DllImport("kernel32.dll")]
[return: MarshalAs(UnmanagedType.Bool)]
- public static extern bool CloseHandle(IntPtr hObject); + public static extern bool CloseHandle(IntPtr hThread); public static void Suspend(this Process process) { |
