源码地带 > 电路图 > 电子资料下载 > ARM >EVC4.rar > 查看压缩包源码

EVC4.rar

源代码在线查看: hellosubscriber.idl

软件大小: 346174 K
上传用户: lemon_zc1949
关键词: EVC
下载地址: 免注册下载 普通下载 VIP

相关代码

				// HelloSubscriber.idl : IDL source for HelloSubscriber.dll
				//
				
				// This file will be processed by the MIDL tool to
				// produce the type library (HelloSubscriber.tlb) and marshalling code.
				
				import "oaidl.idl";
				import "ocidl.idl";
				import "CePubSub.idl";
					[
						object,
						uuid(F75B87AA-16E9-4F07-8D17-6E1BAFB43089),
					
						helpstring("IHelloSub Interface"),
						pointer_default(unique)
					]
					interface IHelloSub : ISubscriber
					{
						[helpstring("method Close")] HRESULT Close();
						[helpstring("method Open")] HRESULT Open([in] LPCOLESTR filename);
					};
				
				[
					uuid(C86E2A5F-16B2-4F1C-9C66-95B32A5555B7),
					version(1.0),
					helpstring("HelloSubscriber 1.0 Type Library")
				]
				library HELLOSUBSCRIBERLib
				{
					importlib("stdole32.tlb");
					importlib("stdole2.tlb");
				
					[
						uuid(570B61E3-CDCC-4D49-BC11-B1F14366E184),
						helpstring("HelloSub Class")
					]
					coclass HelloSub
					{
						[default] interface IHelloSub;
					};
				};
							

相关资源