webreplay.idl

来自「an automated software testing tool for W」· IDL 代码 · 共 31 行

IDL
31
字号
// 
// $Id$
//
// Copyright 2005 Emmanuel KARTMANN (emmanuel@kartmann.org)
//

[ uuid(3993EAE4-E98A-4173-AFD7-74AC1333C6C3), version(1.0) ]
library ReplayWeb
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");

	//  Primary dispatch interface for CReplayWebDoc
	
	[ uuid(06670E74-4D90-429C-80AB-26050DC558A8) ]
	dispinterface IReplayWeb
	{
		properties:
			
		methods:
	};

	//  Class information for CReplayWebDoc
	
	[ uuid(6720C91D-6314-40E3-8B0E-8176FCEB129B) ]
	coclass ReplayWeb
	{
		[default] dispinterface IReplayWeb;
	};
};

⌨️ 快捷键说明

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