xingyun.odl

来自「一个模拟幸运52的小游戏~ 系统给出各种图片给用户来猜测价钱~ 无论猜高或者」· ODL 代码 · 共 43 行

ODL
43
字号
// Xingyun.odl : type library source for Xingyun.exe

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

[ uuid(16294443-2E8C-11D5-814C-0050BAE7999E), version(1.0) ]
library Xingyun
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");


	//  Primary dispatch interface for CXingyunDoc
	
	[ uuid(16294444-2E8C-11D5-814C-0050BAE7999E) ]
	dispinterface IXingyun
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CXingyunDlgAutoProxy)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CXingyunDlgAutoProxy)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CXingyunDoc
	
	[ uuid(16294442-2E8C-11D5-814C-0050BAE7999E) ]
	coclass Xingyun
	{
		[default] dispinterface IXingyun;
	};

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

⌨️ 快捷键说明

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