summaryrefslogtreecommitdiff
path: root/psutil/arch/windows/proc_handles.h
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/arch/windows/proc_handles.h')
-rw-r--r--psutil/arch/windows/proc_handles.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/psutil/arch/windows/proc_handles.h b/psutil/arch/windows/proc_handles.h
new file mode 100644
index 00000000..d1be3152
--- /dev/null
+++ b/psutil/arch/windows/proc_handles.h
@@ -0,0 +1,10 @@
+/*
+ * Copyright (c) 2009, Jay Loden, Giampaolo Rodola'. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#include <Python.h>
+#include <windows.h>
+
+PyObject* psutil_get_open_files(DWORD pid, HANDLE hProcess);