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

📄 indentitytest.odl

📁 U盘身份识别软件
💻 ODL
字号:
// IndentityTest.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 (IndentityTest.tlb) that will become a resource in
// IndentityTest.ocx.

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

[ uuid(AE07BAD2-CE28-48FF-82F2-5C1159BE08FB), version(1.0),
  helpfile("IndentityTest.hlp"),
  helpstring("IndentityTest ActiveX Control module"),
  control ]
library INDENTITYTESTLib
{
	importlib(STDOLE_TLB);
	importlib(STDTYPE_TLB);

	//  Primary dispatch interface for CIndentityTestCtrl

	[ uuid(F59EDBF5-C1A1-41EF-A7CE-AA17B4817C1C),
	  helpstring("Dispatch interface for IndentityTest Control"), hidden ]
	dispinterface _DIndentityTest
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CIndentityTestCtrl)
			//}}AFX_ODL_PROP

		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CIndentityTestCtrl)
			[id(1)] BOOL InitU();
			[id(2)] short IndentityJudge();
			[id(3)] BSTR GetUData();
			//}}AFX_ODL_METHOD

			[id(DISPID_ABOUTBOX)] void AboutBox();
	};

	//  Event dispatch interface for CIndentityTestCtrl

	[ uuid(0D62C428-98DC-4D24-AC88-7B3D4EA279D6),
	  helpstring("Event interface for IndentityTest Control") ]
	dispinterface _DIndentityTestEvents
	{
		properties:
			//  Event interface has no properties

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

	//  Class information for CIndentityTestCtrl

	[ uuid(74150F45-3407-4F8E-ABFD-39A25E0BD244),
	  helpstring("IndentityTest Control"), control ]
	coclass IndentityTest
	{
		[default] dispinterface _DIndentityTest;
		[default, source] dispinterface _DIndentityTestEvents;
	};


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

⌨️ 快捷键说明

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