login.idl

来自「《AE库通用模块及典型系统开发实例导航》光盘内容分享!」· IDL 代码 · 共 19 行

IDL
19
字号

	// Login.idl : IDL source for Login.exe
//
// This file will be processed by the MIDL tool to
// produce the type library (Login.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
	uuid(91C11401-6D75-4F63-8C07-5D43E998796E),
	version(1.0),
	helpstring("Login 1.0 Type Library")
]
library LoginLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
};

	

⌨️ 快捷键说明

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