IEHelper.idl
资源名称:IEHelper1.rar [点击查看]
上传用户:lexian2
上传日期:2021-05-21
资源大小:3915k
文件大小:1k
源码类别:
Internet/IE编程
开发平台:
Visual C++
- // IEHelper.idl : IDL source for IEHelper.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (IEHelper.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- [
- object,
- uuid(CE7C3CEF-4B15-11D1-ABED-709549C10000),
- dual,
- helpstring("IIEHlprObj Interface"),
- pointer_default(unique)
- ]
- interface IIEHlprObj : IDispatch
- {
- };
- [
- uuid(CE7C3CE2-4B15-11D1-ABED-709549C10000),
- version(1.0),
- helpstring("IEHelper 1.0 Type Library")
- ]
- library IEHELPERLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(CE7C3CF0-4B15-11D1-ABED-709549C10000),
- helpstring("IEHlprObj Class")
- ]
- coclass IEHlprObj
- {
- [default] interface IIEHlprObj;
- };
- };