unattrobotserver.idl
来自「Visual_C++[1].NET_Bible1 Visual_C++宝典书中」· IDL 代码 · 共 37 行
IDL
37 行
// UnattRobotServer.idl : IDL source for UnattRobotServer
//
// This file will be processed by the MIDL tool to
// produce the type library (UnattRobotServer.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(761EB458-1594-4ED4-918B-BE14BF2EB4E6),
dual,
nonextensible,
helpstring("IRobot Interface"),
pointer_default(unique)
]
interface IRobot : IDispatch{
};
[
uuid(EC3DD298-EFDF-4637-B8C0-A83CA135536B),
version(1.0),
helpstring("UnattRobotServer 1.0 Type Library")
]
library UnattRobotServerLib
{
importlib("stdole2.tlb");
[
uuid(EA63E50E-5EAB-4227-BBD1-204C0F36733A),
helpstring("Robot Class")
]
coclass Robot
{
[default] interface IRobot;
};
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?