⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pgptrayipc.h

📁 vc环境下的pgp源码
💻 H
字号:
/*____________________________________________________________________________
	Copyright (C) 1998 Network Associates, Inc.
	All rights reserved.
	
	pgpTrayIPC.h - PGPtray inter-process communication header
	
	$Id: pgpTrayIPC.h,v 1.1 1999/02/25 21:21:42 pbj Exp $
____________________________________________________________________________*/

#ifndef _PGPTRAYIPC_H
#define _PGPTRAYIPC_H

// These are the names that the system tray app should use for its window
// class and title.  
#define PGPTRAY_WINDOWNAME		("PGPtray_Hidden_Window")

// applications can send the following messages to PGPtray

// sent by Options property sheet to disable hotkeys while the property
// sheet is displayed.  Otherwise the hotkey interpretation interferes with
// the setting of the hotkey combinations
#define PGPTRAY_M_DISABLEHOTKEYS			WM_APP+100

#endif //_PGPTRAYIPC_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -