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

📄 timelogserver.odl

📁 Visual C++高级编程及其项目应用开发(含源代码)
💻 ODL
字号:
// TimeLogServer.odl : type library source for TimeLogServer.dll

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

[ uuid(ADC657DC-2D60-4B92-A552-16B5A4EB2ED4), version(1.0) ]
library TimeLogServer
{
	importlib("stdole32.tlb");
	importlib("stdole2.tlb");




	//  Primary dispatch interface for CTimeLogServer
	
	[ uuid(DB38AC5C-B40C-4968-A1BA-904EC70D6809) ]
	dispinterface ITimeLogServer
	{
		properties:
			// NOTE - ClassWizard will maintain property information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_PROP(CTimeLogServer)
			//}}AFX_ODL_PROP
			
		methods:
			// NOTE - ClassWizard will maintain method information here.
			//    Use extreme caution when editing this section.
			//{{AFX_ODL_METHOD(CTimeLogServer)
			//}}AFX_ODL_METHOD

	};

	//  Class information for CTimeLogServer

	[ uuid(0809B9DA-0540-485F-9C09-BB6E9B815615) ]
	coclass TimeLogServer
	{
		[default] dispinterface ITimeLogServer;
	};

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

⌨️ 快捷键说明

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