czmismmc.idl

来自「非常不错的财政管理系统」· IDL 代码 · 共 37 行

IDL
37
字号
// CZMisMMC.idl : IDL source for CZMisMMC.dll
//

// This file will be processed by the MIDL tool to
// produce the type library (CZMisMMC.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";

[
	uuid(E04CBF64-EAE6-4EEC-A107-0C3124DF33C2),
	version(1.0),
	helpstring("CZMisMMC 1.0 Type Library")
]
library CZMISMMCLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	[
		uuid(8672E7E2-A4F3-4720-A986-A4E5CFB341ED),
		helpstring("AuthorityMgr Class")
	]
	coclass AuthorityMgr
	{
		[default] interface IUnknown;
	}
	[
		uuid(2B97EB6F-0E17-45A1-8DC5-874312F9C085),
		helpstring("AuthorityMgr Class About")
	]
	coclass AuthorityMgrAbout
	{
		[default] interface IUnknown;
	}
};

⌨️ 快捷键说明

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