📄 test.idl
字号:
// (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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -