test.idl

来自「人事考勤系统,主要是考勤打卡,管理人事档案功能」· IDL 代码 · 共 61 行

IDL
61
字号
// ****************************************************************************
//					  Copyright 1997,1998 Sybase, Inc.
//						 All Rights reserved.
//
//	 This code is generated by the PowerBuilder COM Generator.
//	 It is provided subject to the terms of the Sybase License Agreement
//	 for your internal use as is without alteration or modification.  
//	 Sybase shall have no obligation to provide support or error correction 
//	 services with respect to any altered or modified versions of this code.  
//
//		 ***********************************************************
//		 **	   DO NOT MODIFY OR ALTER THIS FILE IN ANY WAY		  **
//		 ***********************************************************
//
//		 Generated : Wed Aug 16 14:56:03 2006
//
//
//	   For use with PB COM Server: test
//
// *****************************************************************************



import "unknwn.idl";
import "oaidl.idl";

[
 object,
 uuid(67E8A296-8FD8-4373-BC28-01665CADD879),
 pointer_default(unique),
 dual,
 oleautomation
]
interface In_rs : IDispatch 
{

// properties for public instance variables

// methods
[ id(0) ] HRESULT of_test(  );

};

// typelibrary and coclass

[
	uuid(ECCA7312-6B85-4216-9AD6-BFA576AC7DF4),
	lcid(0x0), version(1.0),
	helpstring("")
]
library testLib
{
	[
	 uuid(B3C585ED-5BF6-463C-ACB6-BB17DA8BB8BF)
	]
	coclass COClass_n_rs
	  {
	interface In_rs;
	   }
}

⌨️ 快捷键说明

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