Mercurial > hg > RemoteEditor > vim7
comparison src/if_ole.idl @ 34:e170173ecb68 current-release
before ack base protocol.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 26 Nov 2008 15:02:10 +0900 |
parents | 76efa0be13f1 |
children |
comparison
equal
deleted
inserted
replaced
33:7d0d8b831f5a | 34:e170173ecb68 |
---|---|
18 { | 18 { |
19 import "oaidl.idl"; | 19 import "oaidl.idl"; |
20 HRESULT SendKeys([in]BSTR keys); | 20 HRESULT SendKeys([in]BSTR keys); |
21 HRESULT Eval([in]BSTR expr, [out, retval]BSTR* result); | 21 HRESULT Eval([in]BSTR expr, [out, retval]BSTR* result); |
22 HRESULT SetForeground(void); | 22 HRESULT SetForeground(void); |
23 HRESULT GetHwnd([out, retval]UINT* result); | 23 HRESULT GetHwnd([out, retval]UINT_PTR* result); |
24 }; | 24 }; |
25 | 25 |
26 // Component and type library definitions | 26 // Component and type library definitions |
27 [ | 27 [ |
28 uuid(0F0BFAE0-4C90-11d1-82D7-0004AC368519), // LIBID_Vim | 28 uuid(0F0BFAE0-4C90-11d1-82D7-0004AC368519), // LIBID_Vim |