choiceproc.h

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

H
18
字号
/*____________________________________________________________________________
	Copyright (C) 1998 Network Associates, Inc.
	All rights reserved.
	
	$Id: ChoiceProc.h,v 1.3 1998/08/11 15:19:59 pbj Exp $
____________________________________________________________________________*/
#ifndef _CHOICEPROC_H
#define _CHOICEPROC_H


BOOL 
CALLBACK 
ChoiceProc(	HWND hwnd, 
			UINT msg, 
			WPARAM wParam, 
			LPARAM lParam );

#endif

⌨️ 快捷键说明

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