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

📄 test.idl

📁 人事考勤系统,主要是考勤打卡,管理人事档案功能
💻 IDL
字号:
// ****************************************************************************
//					  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -