WordSpy.idl
上传用户:tao_1987
上传日期:2019-03-05
资源大小:16k
文件大小:1k
- // WordSpy.idl : IDL source for WordSpy.dll
- //
- // This file will be processed by the MIDL tool to
- // produce the type library (WordSpy.tlb) and marshalling code.
- import "oaidl.idl";
- import "ocidl.idl";
- [
- object,
- uuid(95F03594-1668-4C31-83DA-D333C28F0157),
- dual,
- helpstring("IAddin Interface"),
- pointer_default(unique)
- ]
- interface IAddin : IDispatch
- {
- };
- [
- uuid(C9333EAD-F317-4BBA-B0E7-310B2059E1DF),
- version(1.0),
- helpstring("WordSpy 1.0 Type Library")
- ]
- library WORDSPYLib
- {
- importlib("stdole32.tlb");
- importlib("stdole2.tlb");
- [
- uuid(4761DD00-DB78-42E7-AF71-580514841ECC),
- helpstring("Addin Class")
- ]
- coclass Addin
- {
- [default] interface IAddin;
- };
- };