summaryrefslogtreecommitdiff
path: root/open-vm-tools/lib/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/lib/include/system.h')
-rw-r--r--open-vm-tools/lib/include/system.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/open-vm-tools/lib/include/system.h b/open-vm-tools/lib/include/system.h
index f42de7bd..6f937606 100644
--- a/open-vm-tools/lib/include/system.h
+++ b/open-vm-tools/lib/include/system.h
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 1998 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -78,6 +78,8 @@ DWORD System_GetServiceState(LPCWSTR szServiceName);
DblLnkLst_Links *System_GetMonitors();
void System_SetFocusedWindow(HWND windowToFocus, Bool force);
Bool System_EnableDesktopComposition(BOOL enabled);
+LPWSTR System_GetImageFilePathForWindow(HWND hwnd);
+HANDLE System_OpenProcessForHWND(DWORD mask, BOOL inherit, HWND hwnd);
#endif