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