ex22b.idl

来自「不好意思」· IDL 代码 · 共 28 行

IDL
28
字号
// Ex22b.idl : type library source for Ex22b.dll
// This file will be processed by the MIDL compiler to produce the
// type library (Ex22b.tlb).

#include "olectl.h"
[ uuid(4F6835AC-A235-4549-86F2-B6A6BEEDCC31), version(1.0) ]
library Ex22b
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");
	//  Primary dispatch interface for Spaceship
		
	[ uuid(A1E91507-C075-4AA5-B653-149C482E71DA) ]
	dispinterface ISpaceship
	{
		properties:
		methods:
	};

	//  Class information for Spaceship

	[ uuid(DF55C608-9598-4EDD-B9ED-9198426471B3) ]
	coclass Spaceship
	{
		[default] dispinterface ISpaceship;
	};
};

⌨️ 快捷键说明

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