pgptrayipc.h

来自「vc环境下的pgp源码」· C头文件 代码 · 共 24 行

H
24
字号
/*____________________________________________________________________________
	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 + =
减小字号Ctrl + -
显示快捷键?