home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 September
/
CHIPCD_9_99.iso
/
software
/
uaktualnienia
/
OptionPackPL
/
iis4_07.cab
/
ProdInfo.idl
< prev
next >
Wrap
Text File
|
1998-04-27
|
895b
|
44 lines
// ProdInfo.idl : IDL source for ProdInfo.dll
//
// This file will be processed by the MIDL tool to
// produce the type library (ProdInfo.tlb) and marshalling code.
import "oaidl.idl";
import "ocidl.idl";
[
object,
uuid(735D4AAE-03A3-11D1-858A-0080C7E28895),
dual,
helpstring("IProdLookUp Interface"),
pointer_default(unique)
]
interface IProdLookUp : IDispatch
{
[id(1), helpstring("Returns information about a product")]
HRESULT Details([in]UINT iType, [in]BSTR *pszDesc, [out,retval]BSTR *pszItem);
};
[
uuid(735D4AA1-03A3-11D1-858A-0080C7E28895),
version(1.0),
helpstring("ProdInfo 1.0 Type Library")
]
library PRODINFOLib
{
importlib("stdole32.tlb");
importlib("stdole2.tlb");
[
uuid(735D4AAF-03A3-11D1-858A-0080C7E28895),
helpstring("ProdLookUp Class")
]
coclass ProdLookUp
{
[default] interface IProdLookUp;
};
};