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

📄 pgpadminx.odl

📁 PGP8.0源码 请认真阅读您的文件包然后写出其具体功能
💻 ODL
字号:
/*____________________________________________________________________________
	Copyright (C) 2002 PGP Corporation
	All rights reserved.

	$Id: PGPadminX.odl,v 1.6 2002/08/06 20:09:15 dallen Exp $
____________________________________________________________________________*/
// PGPadminX.odl : type library source for ActiveX Control project.

// This file will be processed by the Make Type Library (mktyplib) tool to
// produce the type library (PGPadminX.tlb) that will become a resource in
// PGPadminX.ocx.

#include <olectl.h>
#include <idispids.h>

[ uuid(6917C1F3-755A-11D5-AE28-00010234518F), version(1.0),
  helpfile("PGPadminX.hlp"),
  helpstring("PGPadminX ActiveX Control module"),
  control ]
library PGPADMINXLib
{
	importlib(STDOLE_TLB);
	importlib(STDTYPE_TLB);

	//  Primary dispatch interface for CPGPadminXCtrl

	[ uuid(6917C1F4-755A-11D5-AE28-00010234518F),
	  helpstring("Dispatch interface for PGPadminX Control"), hidden ]
	dispinterface _DPGPadminX
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CPGPadminXCtrl)
			[id(1)] BSTR szPrefs;
			[id(2)] BSTR szNetPrefs;
			[id(3)] boolean disabled;
			[id(4)] long nPrefBlocks;
			[id(5)] long nNetPrefBlocks;
			[id(6)] BSTR szDefaultKeys;
			[id(7)] long nDefaultKeyBlocks;
			[id(8)] BSTR szProductKey;
			//}}AFX_ODL_PROP

		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CPGPadminXCtrl)
			//}}AFX_ODL_METHOD
	};

	//  Event dispatch interface for CPGPadminXCtrl

	[ uuid(6917C1F5-755A-11D5-AE28-00010234518F),
	  helpstring("Event interface for PGPadminX Control") ]
	dispinterface _DPGPadminXEvents
	{
		properties:
			//  Event interface has no properties

		methods:
			// NOTE - ClassWizard will maintain event information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_EVENT(CPGPadminXCtrl)
			//}}AFX_ODL_EVENT
	};

	//  Class information for CPGPadminXCtrl

	[ uuid(6917C1F6-755A-11D5-AE28-00010234518F),
	  helpstring("PGPadminX Control"), control ]
	coclass PGPadminX
	{
		[default] dispinterface _DPGPadminX;
		[default, source] dispinterface _DPGPadminXEvents;
	};


	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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