ImageProcess.idl
上传用户:pass2008
上传日期:2021-07-05
资源大小:3299k
文件大小:1k
源码类别:
Internet/IE编程
开发平台:
Visual C++
- // ImageProcess.idl : ImageProcess 的 IDL 源
- //
- // 此文件将由 MIDL 工具处理以
- // 产生类型库(ImageProcess.tlb)和封送处理代码。
- import "oaidl.idl";
- import "ocidl.idl";
- [
- object,
- uuid(E235BC99-B903-47E4-8DA8-FE84EFB39B1E),
- dual,
- nonextensible,
- helpstring("IImageProcessBHO 接口"),
- pointer_default(unique)
- ]
- interface IImageProcessBHO : IDispatch{
- };
- [
- uuid(04D61E20-7CA3-40F1-9D06-E21FF72EE3F5),
- version(1.0),
- helpstring("ImageProcess 1.0 类型库")
- ]
- library ImageProcessLib
- {
- importlib("stdole2.tlb");
- [
- uuid(47EB6A27-52AC-46DB-A3A7-0C7488EB437D),
- helpstring("ImageProcessBHO Class")
- ]
- coclass ImageProcessBHO
- {
- [default] interface IImageProcessBHO;
- };
- };