Event.idl
上传用户:weisheen
上传日期:2022-07-09
资源大小:19390k
文件大小:1k
- // Event.idl : IDL source for Event.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (Event.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- #include "olectl.h"
-
- [
- object,
- uuid(B08C48AA-38E8-445E-A6F6-9142D90F3148),
- dual,
- helpstring("IMyPwds Interface"),
- pointer_default(unique)
- ]
- interface IMyPwds : IDispatch
- {
- };
- [
- uuid(244FF823-FA17-496E-BB87-FBEA34B07296),
- version(1.0),
- helpstring("Event 1.0 Type Library")
- ]
- library EVENTLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(A277BB73-A570-4C2F-8D50-3518B26ED1F4),
- helpstring("_IMyPwdsEvents Interface")
- ]
- dispinterface _IMyPwdsEvents
- {
- properties:
- methods:
- [id(1), helpstring("method add")] HRESULT add([in] BSTR msg);
- };
- [
- uuid(DC3C663E-D104-4847-86F0-B61563DDE408),
- helpstring("MyPwds Class")
- ]
- coclass MyPwds
- {
- [default] interface IMyPwds;
- [default, source] dispinterface _IMyPwdsEvents;
- };
- };