demoActivex.idl
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
源码类别:
ActiveX/DCOM/ATL
开发平台:
Visual C++
- // demoActivex.idl : IDL source for demoActivex.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (demoActivex.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- #include "olectl.h"
- [
- object,
- uuid(9BEF30B1-B316-4878-A9F5-B7EF4DC2A25F),
- dual,
- helpstring("IMyPwd Interface"),
- pointer_default(unique)
- ]
- interface IMyPwd : IDispatch
- {
- };
- [
- uuid(86FAC7B9-42BD-4291-820D-1E0A6D8701A6),
- version(1.0),
- helpstring("demoActivex 1.0 Type Library")
- ]
- library DEMOACTIVEXLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(8831CB9F-2A99-45CB-8C1D-93D2E98328F2),
- helpstring("MyPwd Class")
- ]
- coclass MyPwd
- {
- [default] interface IMyPwd;
- };
- };