open-vm-tools 2012.05.21
|
00001 /********************************************************* 00002 * Copyright (C) 2009 VMware, Inc. All rights reserved. 00003 * 00004 * This program is free software; you can redistribute it and/or modify it 00005 * under the terms of the GNU Lesser General Public License as published 00006 * by the Free Software Foundation version 2.1 and no later version. 00007 * 00008 * This program is distributed in the hope that it will be useful, but 00009 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 00010 * or FITNESS FOR A PARTICULAR PURPOSE. See the Lesser GNU General Public 00011 * License for more details. 00012 * 00013 * You should have received a copy of the GNU Lesser General Public License 00014 * along with this program; if not, write to the Free Software Foundation, Inc., 00015 * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 00016 * 00017 *********************************************************/ 00018 00019 #ifndef _DESKTOPEVENTS_H_ 00020 #define _DESKTOPEVENTS_H_ 00021 00039 #if defined(_WIN32) 00040 00050 #define TOOLS_CORE_SIG_DESKTOP_SWITCH "tcs_desktop_switch" 00051 00052 00057 #define DESKTOP_EVENTS_SHUTDOWN "VMdesktopEventsShutdownMsg" 00058 00059 #else // !WIN32 00060 00068 #define TOOLS_CORE_SIG_XIOERROR "tcs_de_xioerror" 00069 00081 #define TOOLS_CORE_SIG_XSM_SAVE_YOURSELF "tcs_de_xsm_save_yourself" 00082 00090 #define TOOLS_CORE_SIG_XSM_DIE "tcs_de_xsm_die" 00091 00099 #define TOOLS_CORE_SIG_XSM_SAVE_COMPLETE "tcs_de_xsm_save_complete" 00100 00108 #define TOOLS_CORE_SIG_XSM_SHUTDOWN_CANCELLED "tcs_de_xsm_shutdown_cancelled" 00109 00110 #endif // if defined(_WIN32) 00111 00114 #endif /* _DESKTOPEVENTS_H_ */ 00115