📄 jagartest.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 Nov 08 17:04:13 2000
//
//
// For use with PB COM Server: jagartest
//
// *****************************************************************************
import "unknwn.idl";
import "oaidl.idl";
[
object,
uuid(68012178-6CA5-4CD0-88F8-765A363484FA),
pointer_default(unique),
dual,
oleautomation
]
interface In_jagartest : IDispatch
{
// properties for public instance variables
// methods
[ id(0) ] HRESULT uf_getmax( [ in ] short value1, [ in ] short value2, [out, retval] short * retval );
};
// typelibrary and coclass
[
uuid(EB3AD123-B955-4E79-8341-22FB390676B3),
lcid(0x0), version(1.0),
helpstring("Jaguar Test Com Server")
]
library jagartestLib
{
[
uuid(D0B8CEFE-FBE5-40BF-83F4-9B1581089242)
]
coclass COClass_n_jagartest
{
interface In_jagartest;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -