durationcontrol.h

来自「PGP8.0源码 请认真阅读您的文件包然后写出其具体功能」· C头文件 代码 · 共 33 行

H
33
字号
/*____________________________________________________________________________
	Copyright (C) 2002 PGP Corporation
	All rights reserved.
	
	DurationControl.h - Duration edit custom control
	
	$Id: DurationControl.h,v 1.2 2002/08/06 20:09:20 dallen Exp $
____________________________________________________________________________*/

#ifndef _PGP_DURATIONCONTROL_H
#define _PGP_DURATIONCONTROL_H

#define WC_PGPDURATION			("PGPDurationControl32")

#define DAYS		0
#define HOURS		1
#define MINS		2
#define NUM_FIELDS	3

#define PGP_DCM_FIRST			0x2000
#define PGP_DCM_SETDURATION		PGP_DCM_FIRST+0
#define PGP_DCM_GETDURATION		PGP_DCM_FIRST+1
#define PGP_DCM_SETMINDURATION	PGP_DCM_FIRST+2
#define PGP_DCM_SETMAXDURATION	PGP_DCM_FIRST+3
#define PGP_DCM_SETTEXT			PGP_DCM_FIRST+4

#define PGP_DCN_FIRST           (0U-100U)       
#define PGP_DCN_LAST            (0U-199U)

VOID WINAPI 
InitPGPDurationControl (VOID); 

#endif //_PGP_DURATIONCONTROL_H

⌨️ 快捷键说明

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