ExActievex.idl
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- // ExActievex.idl : IDL source for ExActievex.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (ExActievex.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- #include "olectl.h"
- [
- object,
- uuid(998F1E81-32B9-40FD-B4BF-8E303E474C5C),
- dual,
- helpstring("IMyPwd Interface"),
- pointer_default(unique)
- ]
- interface IMyPwd : IDispatch
- {
- };
- [
- uuid(C457C016-E6A1-4E77-A962-F954560A1526),
- version(1.0),
- helpstring("ExActievex 1.0 Type Library")
- ]
- library EXACTIEVEXLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(DABE85DE-35D8-4F69-9F90-9DD26240FB57),
- helpstring("MyPwd Class")
- ]
- coclass MyPwd
- {
- [default] interface IMyPwd;
- };
- };