anyexample.idl

来自「编译工具」· IDL 代码 · 共 18 行

IDL
18
字号
#ifndef __ANYEXAMPLE_IDL__#define __ANYEXAMPLE_IDL__// Note that when compiling this IDL with omniidl, the -WBa// command-line flag should be specified.struct testStruct {  long l;  short s;};interface anyExample {  any testOp(in any mesg);};#endif 

⌨️ 快捷键说明

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