⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 remotedisply.odl

📁 一个调用COM的程序
💻 ODL
字号:
// RemoteDisply.odl : type library source for RemoteDisply.exe

// This file will be processed by the MIDL compiler to produce the
// type library (RemoteDisply.tlb).

[ uuid(C8D068B3-F7B0-494B-8613-CFA85561B6BE), version(1.0) ]
library RemoteDisply
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CRemoteDisplyDoc
	
	[ uuid(F4DDFA65-B34E-41C1-9BA9-A31BE9507565) ]
	dispinterface IRemoteDisply
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CRemoteDisplyDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CRemoteDisplyDlgAutoProxy)
			[id(1)] boolean DisplayWindow(VARIANT* aRect);
			//}}AFX_ODL_METHOD

	};

	//  Class information for CRemoteDisplyDoc
	
	[ uuid(5DAAEEF4-DDE2-4B3F-897D-27671E2B74F3) ]
	coclass RemoteDisply
	{
		[default] dispinterface IRemoteDisply;
	};

	//{{AFX_APPEND_ODL}}
	//}}AFX_APPEND_ODL}}
};

⌨️ 快捷键说明

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