sensapi: Define the SensEvents library in sensevts.idl.

Also import wtypes.idl.
This commit is contained in:
Francois Gouget 2011-12-28 10:44:33 +01:00 committed by Alexandre Julliard
parent 043c7fc076
commit 862377f123
1 changed files with 101 additions and 90 deletions

View File

@ -16,8 +16,17 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
import "wtypes.idl";
import "oaidl.idl"; import "oaidl.idl";
[
version(2.0),
uuid(d597deed-5b9f-11d1-8dd2-00aa004abd5e)
]
library SensEvents
{
importlib("stdole2.tlb");
typedef struct SENS_QOCINFO typedef struct SENS_QOCINFO
{ {
DWORD dwSize; DWORD dwSize;
@ -114,3 +123,5 @@ interface ISensLogon2 : IDispatch
[in] BSTR bstrUserName, [in] BSTR bstrUserName,
[in] DWORD dwSessionId ); [in] DWORD dwSessionId );
} }
} /* library SensEvents */