comtovcfclasswizard.idl

来自「这是VCF框架的代码」· IDL 代码 · 共 48 行

IDL
48
字号
// COMTOVCFCLASSWIZARD.idl : IDL source for COMToVCFClassWizard.dll//// This file will be processed by the MIDL tool to// produce the type library (ComVC.tlb) and marshalling code.import "oaidl.idl";import "ocidl.idl";[	uuid(b398ee76-e839-487c-bafd-7225e8bebdad),	version(1.0),	helpstring("COMTOVCFCLASSWIZARD 1.0 Type Library")]library COMTOVCFCLASSWIZARDLib{	importlib("stdole32.tlb");	importlib("stdole2.tlb");	[		uuid(4abb8ee9-b42b-42cb-993f-985554f41e61),		oleautomation,		dual	]	interface ICommands : IDispatch	{		[id(1), helpstring("method ConvertCOMTypeLib")] HRESULT ConvertCOMTypeLib();		[id(2), helpstring("method ConvertActiveXControl")] HRESULT ConvertActiveXControl();	};	[		uuid(9ff50665-30a0-4e5d-bd3f-8b6672a0c792)	]	coclass Commands	{		[default] interface ICommands;	};	[		uuid(1973ab9d-dc6e-4f1f-8406-818b16e1da79)	]	coclass COMToVCFClassWizard	{		[default] interface IUnknown;	}};

⌨️ 快捷键说明

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