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

📄 durationcontrol.h

📁 vc环境下的pgp源码
💻 H
字号:
/*____________________________________________________________________________
	Copyright (C) 1998 Network Associates, Inc.
	All rights reserved.
	
	DurationControl.h - Duration edit custom control
	
	$Id: DurationControl.h,v 1.2 1999/04/01 14:53:55 pbj 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -