test.idl

来自「about arx,ok look it」· IDL 代码 · 共 34 行

IDL
34
字号
// (C) Copyright 2002-2003 by Autodesk, Inc. 

// test.idl : IDL source
//
// This file will be processed by the MIDL tool to
// produce the type library (asdktest.tlb) and marshalling code.

import "oaidl.idl";
import "ocidl.idl";
//import "acadi.idl";

[
	uuid(886FE392-7487-4C4C-A7AC-B28E57739A58),
	version(1.0),
	helpstring("asdktest 1.0 Type Library")
]
library asdktestLib
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
	//----- If the following import fails then it means that the type library 
	//----- is not on the system path you can fix the problem in two ways:
	//----- 1. Add it to the system wide PATH environment variable
	//----- 2. Add it to the executable file list in Developer Studio. You can do
	//----- this in using the Tools/Option menu and then choosing the 'Directories'
	//----- tab and finally typing the full path at the Executable files section.

	//----- Importing english is ok here. Autodesk doesn't localize this idl/tlb.
	//----- axdb16enu.tlb is guaranteed to be available in all locales.
	//----- If you want to provide localized typelib then you must import
	//----- localized tlb here.
	importlib("axdb16enu.tlb");
};

⌨️ 快捷键说明

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