summaryrefslogtreecommitdiff
path: root/chromium/third_party/win_build_output/midl/remoting/host/win
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/win_build_output/midl/remoting/host/win')
-rw-r--r--chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.dlldata.c37
-rw-r--r--chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.h327
-rw-r--r--chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.tlbbin0 -> 3196 bytes
-rw-r--r--chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib_i.c88
-rw-r--r--chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib_p.c572
-rw-r--r--chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.dlldata.c37
-rw-r--r--chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.h327
-rw-r--r--chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.tlbbin0 -> 3196 bytes
-rw-r--r--chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib_i.c88
-rw-r--r--chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib_p.c578
10 files changed, 2054 insertions, 0 deletions
diff --git a/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.dlldata.c b/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.dlldata.c
new file mode 100644
index 00000000000..62257138fca
--- /dev/null
+++ b/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.dlldata.c
@@ -0,0 +1,37 @@
+/*********************************************************
+ DllData file -- generated by MIDL compiler
+
+ DO NOT ALTER THIS FILE
+
+ This file is regenerated by MIDL on every IDL file compile.
+
+ To completely reconstruct this file, delete it and rerun MIDL
+ on all the IDL files in this DLL, specifying this file for the
+ /dlldata command line option
+
+*********************************************************/
+
+
+#include <rpcproxy.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+EXTERN_PROXY_FILE( chromoting_lib )
+
+
+PROXYFILE_LIST_START
+/* Start of list */
+ REFERENCE_PROXY_FILE( chromoting_lib ),
+/* End of list */
+PROXYFILE_LIST_END
+
+
+DLLDATA_ROUTINES( aProxyFileList, GET_DLL_CLSID )
+
+#ifdef __cplusplus
+} /*extern "C" */
+#endif
+
+/* end of generated dlldata file */
diff --git a/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.h b/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.h
new file mode 100644
index 00000000000..04be032c7da
--- /dev/null
+++ b/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.h
@@ -0,0 +1,327 @@
+
+
+/* this ALWAYS GENERATED file contains the definitions for the interfaces */
+
+
+ /* File created by MIDL compiler version 8.xx.xxxx */
+/* at a redacted point in time
+ */
+/* Compiler settings for gen/remoting/host/win/chromoting_lib.idl:
+ Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.xx.xxxx
+ protocol : dce , ms_ext, c_ext, robust
+ error checks: allocation ref bounds_check enum stub_data
+ VC __declspec() decoration level:
+ __declspec(uuid()), __declspec(selectany), __declspec(novtable)
+ DECLSPEC_UUID(), MIDL_INTERFACE()
+*/
+/* @@MIDL_FILE_HEADING( ) */
+
+#pragma warning( disable: 4049 ) /* more than 64k source lines */
+
+
+/* verify that the <rpcndr.h> version is high enough to compile this file*/
+#ifndef __REQUIRED_RPCNDR_H_VERSION__
+#define __REQUIRED_RPCNDR_H_VERSION__ 475
+#endif
+
+#include "rpc.h"
+#include "rpcndr.h"
+
+#ifndef __RPCNDR_H_VERSION__
+#error this stub requires an updated version of <rpcndr.h>
+#endif /* __RPCNDR_H_VERSION__ */
+
+#ifndef COM_NO_WINDOWS_H
+#include "windows.h"
+#include "ole2.h"
+#endif /*COM_NO_WINDOWS_H*/
+
+#ifndef __chromoting_lib_h__
+#define __chromoting_lib_h__
+
+#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#pragma once
+#endif
+
+/* Forward Declarations */
+
+#ifndef __IRdpDesktopSessionEventHandler_FWD_DEFINED__
+#define __IRdpDesktopSessionEventHandler_FWD_DEFINED__
+typedef interface IRdpDesktopSessionEventHandler IRdpDesktopSessionEventHandler;
+
+#endif /* __IRdpDesktopSessionEventHandler_FWD_DEFINED__ */
+
+
+#ifndef __IRdpDesktopSession_FWD_DEFINED__
+#define __IRdpDesktopSession_FWD_DEFINED__
+typedef interface IRdpDesktopSession IRdpDesktopSession;
+
+#endif /* __IRdpDesktopSession_FWD_DEFINED__ */
+
+
+#ifndef __RdpDesktopSession_FWD_DEFINED__
+#define __RdpDesktopSession_FWD_DEFINED__
+
+#ifdef __cplusplus
+typedef class RdpDesktopSession RdpDesktopSession;
+#else
+typedef struct RdpDesktopSession RdpDesktopSession;
+#endif /* __cplusplus */
+
+#endif /* __RdpDesktopSession_FWD_DEFINED__ */
+
+
+/* header files for imported files */
+#include "oaidl.h"
+#include "ocidl.h"
+
+#ifdef __cplusplus
+extern "C"{
+#endif
+
+
+#ifndef __IRdpDesktopSessionEventHandler_INTERFACE_DEFINED__
+#define __IRdpDesktopSessionEventHandler_INTERFACE_DEFINED__
+
+/* interface IRdpDesktopSessionEventHandler */
+/* [unique][helpstring][nonextensible][uuid][object] */
+
+
+EXTERN_C const IID IID_IRdpDesktopSessionEventHandler;
+
+#if defined(__cplusplus) && !defined(CINTERFACE)
+
+ MIDL_INTERFACE("b59b96da-83cb-40ee-9b91-c377400fc3e3")
+ IRdpDesktopSessionEventHandler : public IUnknown
+ {
+ public:
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE OnRdpConnected( void) = 0;
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE OnRdpClosed( void) = 0;
+
+ };
+
+
+#else /* C style interface */
+
+ typedef struct IRdpDesktopSessionEventHandlerVtbl
+ {
+ BEGIN_INTERFACE
+
+ HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
+ IRdpDesktopSessionEventHandler * This,
+ /* [in] */ REFIID riid,
+ /* [annotation][iid_is][out] */
+ _COM_Outptr_ void **ppvObject);
+
+ ULONG ( STDMETHODCALLTYPE *AddRef )(
+ IRdpDesktopSessionEventHandler * This);
+
+ ULONG ( STDMETHODCALLTYPE *Release )(
+ IRdpDesktopSessionEventHandler * This);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *OnRdpConnected )(
+ IRdpDesktopSessionEventHandler * This);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *OnRdpClosed )(
+ IRdpDesktopSessionEventHandler * This);
+
+ END_INTERFACE
+ } IRdpDesktopSessionEventHandlerVtbl;
+
+ interface IRdpDesktopSessionEventHandler
+ {
+ CONST_VTBL struct IRdpDesktopSessionEventHandlerVtbl *lpVtbl;
+ };
+
+
+
+#ifdef COBJMACROS
+
+
+#define IRdpDesktopSessionEventHandler_QueryInterface(This,riid,ppvObject) \
+ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
+
+#define IRdpDesktopSessionEventHandler_AddRef(This) \
+ ( (This)->lpVtbl -> AddRef(This) )
+
+#define IRdpDesktopSessionEventHandler_Release(This) \
+ ( (This)->lpVtbl -> Release(This) )
+
+
+#define IRdpDesktopSessionEventHandler_OnRdpConnected(This) \
+ ( (This)->lpVtbl -> OnRdpConnected(This) )
+
+#define IRdpDesktopSessionEventHandler_OnRdpClosed(This) \
+ ( (This)->lpVtbl -> OnRdpClosed(This) )
+
+#endif /* COBJMACROS */
+
+
+#endif /* C style interface */
+
+
+
+
+#endif /* __IRdpDesktopSessionEventHandler_INTERFACE_DEFINED__ */
+
+
+#ifndef __IRdpDesktopSession_INTERFACE_DEFINED__
+#define __IRdpDesktopSession_INTERFACE_DEFINED__
+
+/* interface IRdpDesktopSession */
+/* [unique][helpstring][nonextensible][uuid][object] */
+
+
+EXTERN_C const IID IID_IRdpDesktopSession;
+
+#if defined(__cplusplus) && !defined(CINTERFACE)
+
+ MIDL_INTERFACE("6a7699f0-ee43-43e7-aa30-a6738f9bd470")
+ IRdpDesktopSession : public IUnknown
+ {
+ public:
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Connect(
+ /* [in] */ long width,
+ /* [in] */ long height,
+ /* [in] */ long dpi_x,
+ /* [in] */ long dpi_y,
+ /* [in] */ BSTR terminal_id,
+ /* [in] */ DWORD port_number,
+ /* [in] */ IRdpDesktopSessionEventHandler *event_handler) = 0;
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Disconnect( void) = 0;
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ChangeResolution(
+ /* [in] */ long width,
+ /* [in] */ long height,
+ /* [in] */ long dpi_x,
+ /* [in] */ long dpi_y) = 0;
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE InjectSas( void) = 0;
+
+ };
+
+
+#else /* C style interface */
+
+ typedef struct IRdpDesktopSessionVtbl
+ {
+ BEGIN_INTERFACE
+
+ HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
+ IRdpDesktopSession * This,
+ /* [in] */ REFIID riid,
+ /* [annotation][iid_is][out] */
+ _COM_Outptr_ void **ppvObject);
+
+ ULONG ( STDMETHODCALLTYPE *AddRef )(
+ IRdpDesktopSession * This);
+
+ ULONG ( STDMETHODCALLTYPE *Release )(
+ IRdpDesktopSession * This);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Connect )(
+ IRdpDesktopSession * This,
+ /* [in] */ long width,
+ /* [in] */ long height,
+ /* [in] */ long dpi_x,
+ /* [in] */ long dpi_y,
+ /* [in] */ BSTR terminal_id,
+ /* [in] */ DWORD port_number,
+ /* [in] */ IRdpDesktopSessionEventHandler *event_handler);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Disconnect )(
+ IRdpDesktopSession * This);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *ChangeResolution )(
+ IRdpDesktopSession * This,
+ /* [in] */ long width,
+ /* [in] */ long height,
+ /* [in] */ long dpi_x,
+ /* [in] */ long dpi_y);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *InjectSas )(
+ IRdpDesktopSession * This);
+
+ END_INTERFACE
+ } IRdpDesktopSessionVtbl;
+
+ interface IRdpDesktopSession
+ {
+ CONST_VTBL struct IRdpDesktopSessionVtbl *lpVtbl;
+ };
+
+
+
+#ifdef COBJMACROS
+
+
+#define IRdpDesktopSession_QueryInterface(This,riid,ppvObject) \
+ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
+
+#define IRdpDesktopSession_AddRef(This) \
+ ( (This)->lpVtbl -> AddRef(This) )
+
+#define IRdpDesktopSession_Release(This) \
+ ( (This)->lpVtbl -> Release(This) )
+
+
+#define IRdpDesktopSession_Connect(This,width,height,dpi_x,dpi_y,terminal_id,port_number,event_handler) \
+ ( (This)->lpVtbl -> Connect(This,width,height,dpi_x,dpi_y,terminal_id,port_number,event_handler) )
+
+#define IRdpDesktopSession_Disconnect(This) \
+ ( (This)->lpVtbl -> Disconnect(This) )
+
+#define IRdpDesktopSession_ChangeResolution(This,width,height,dpi_x,dpi_y) \
+ ( (This)->lpVtbl -> ChangeResolution(This,width,height,dpi_x,dpi_y) )
+
+#define IRdpDesktopSession_InjectSas(This) \
+ ( (This)->lpVtbl -> InjectSas(This) )
+
+#endif /* COBJMACROS */
+
+
+#endif /* C style interface */
+
+
+
+
+#endif /* __IRdpDesktopSession_INTERFACE_DEFINED__ */
+
+
+
+#ifndef __ChromotingLib_LIBRARY_DEFINED__
+#define __ChromotingLib_LIBRARY_DEFINED__
+
+/* library ChromotingLib */
+/* [helpstring][version][uuid] */
+
+
+EXTERN_C const IID LIBID_ChromotingLib;
+
+EXTERN_C const CLSID CLSID_RdpDesktopSession;
+
+#ifdef __cplusplus
+
+class DECLSPEC_UUID("6741fd0a-6a8a-5838-a35e-8088697e2088")
+RdpDesktopSession;
+#endif
+#endif /* __ChromotingLib_LIBRARY_DEFINED__ */
+
+/* Additional Prototypes for ALL interfaces */
+
+unsigned long __RPC_USER BSTR_UserSize( unsigned long *, unsigned long , BSTR * );
+unsigned char * __RPC_USER BSTR_UserMarshal( unsigned long *, unsigned char *, BSTR * );
+unsigned char * __RPC_USER BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * );
+void __RPC_USER BSTR_UserFree( unsigned long *, BSTR * );
+
+/* end of Additional Prototypes */
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+
diff --git a/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.tlb b/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.tlb
new file mode 100644
index 00000000000..01bf6f048e0
--- /dev/null
+++ b/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib.tlb
Binary files differ
diff --git a/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib_i.c b/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib_i.c
new file mode 100644
index 00000000000..ce296abcd2a
--- /dev/null
+++ b/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib_i.c
@@ -0,0 +1,88 @@
+
+
+/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
+
+/* link this file in with the server and any clients */
+
+
+ /* File created by MIDL compiler version 8.xx.xxxx */
+/* at a redacted point in time
+ */
+/* Compiler settings for gen/remoting/host/win/chromoting_lib.idl:
+ Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.xx.xxxx
+ protocol : dce , ms_ext, c_ext, robust
+ error checks: allocation ref bounds_check enum stub_data
+ VC __declspec() decoration level:
+ __declspec(uuid()), __declspec(selectany), __declspec(novtable)
+ DECLSPEC_UUID(), MIDL_INTERFACE()
+*/
+/* @@MIDL_FILE_HEADING( ) */
+
+#pragma warning( disable: 4049 ) /* more than 64k source lines */
+
+
+#ifdef __cplusplus
+extern "C"{
+#endif
+
+
+#include <rpc.h>
+#include <rpcndr.h>
+
+#ifdef _MIDL_USE_GUIDDEF_
+
+#ifndef INITGUID
+#define INITGUID
+#include <guiddef.h>
+#undef INITGUID
+#else
+#include <guiddef.h>
+#endif
+
+#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
+ DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
+
+#else // !_MIDL_USE_GUIDDEF_
+
+#ifndef __IID_DEFINED__
+#define __IID_DEFINED__
+
+typedef struct _IID
+{
+ unsigned long x;
+ unsigned short s1;
+ unsigned short s2;
+ unsigned char c[8];
+} IID;
+
+#endif // __IID_DEFINED__
+
+#ifndef CLSID_DEFINED
+#define CLSID_DEFINED
+typedef IID CLSID;
+#endif // CLSID_DEFINED
+
+#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
+ EXTERN_C __declspec(selectany) const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
+
+#endif // !_MIDL_USE_GUIDDEF_
+
+MIDL_DEFINE_GUID(IID, IID_IRdpDesktopSessionEventHandler,0xb59b96da,0x83cb,0x40ee,0x9b,0x91,0xc3,0x77,0x40,0x0f,0xc3,0xe3);
+
+
+MIDL_DEFINE_GUID(IID, IID_IRdpDesktopSession,0x6a7699f0,0xee43,0x43e7,0xaa,0x30,0xa6,0x73,0x8f,0x9b,0xd4,0x70);
+
+
+MIDL_DEFINE_GUID(IID, LIBID_ChromotingLib,0xb6396c45,0xb0cc,0x456b,0x9f,0x49,0xf1,0x29,0x64,0xee,0x6d,0xf4);
+
+
+MIDL_DEFINE_GUID(CLSID, CLSID_RdpDesktopSession,0x6741fd0a,0x6a8a,0x5838,0xa3,0x5e,0x80,0x88,0x69,0x7e,0x20,0x88);
+
+#undef MIDL_DEFINE_GUID
+
+#ifdef __cplusplus
+}
+#endif
+
+
+
diff --git a/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib_p.c b/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib_p.c
new file mode 100644
index 00000000000..f24679e10e1
--- /dev/null
+++ b/chromium/third_party/win_build_output/midl/remoting/host/win/x64/chromoting_lib_p.c
@@ -0,0 +1,572 @@
+
+
+/* this ALWAYS GENERATED file contains the proxy stub code */
+
+
+ /* File created by MIDL compiler version 8.xx.xxxx */
+/* at a redacted point in time
+ */
+/* Compiler settings for gen/remoting/host/win/chromoting_lib.idl:
+ Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 8.xx.xxxx
+ protocol : dce , ms_ext, c_ext, robust
+ error checks: allocation ref bounds_check enum stub_data
+ VC __declspec() decoration level:
+ __declspec(uuid()), __declspec(selectany), __declspec(novtable)
+ DECLSPEC_UUID(), MIDL_INTERFACE()
+*/
+/* @@MIDL_FILE_HEADING( ) */
+
+#if defined(_M_AMD64)
+
+
+#pragma warning( disable: 4049 ) /* more than 64k source lines */
+#if _MSC_VER >= 1200
+#pragma warning(push)
+#endif
+
+#pragma warning( disable: 4211 ) /* redefine extern to static */
+#pragma warning( disable: 4232 ) /* dllimport identity*/
+#pragma warning( disable: 4024 ) /* array to pointer mapping*/
+#pragma warning( disable: 4152 ) /* function/data pointer conversion in expression */
+
+#define USE_STUBLESS_PROXY
+
+
+/* verify that the <rpcproxy.h> version is high enough to compile this file*/
+#ifndef __REDQ_RPCPROXY_H_VERSION__
+#define __REQUIRED_RPCPROXY_H_VERSION__ 475
+#endif
+
+
+#include "rpcproxy.h"
+#ifndef __RPCPROXY_H_VERSION__
+#error this stub requires an updated version of <rpcproxy.h>
+#endif /* __RPCPROXY_H_VERSION__ */
+
+
+#include "chromoting_lib.h"
+
+#define TYPE_FORMAT_STRING_SIZE 57
+#define PROC_FORMAT_STRING_SIZE 227
+#define EXPR_FORMAT_STRING_SIZE 1
+#define TRANSMIT_AS_TABLE_SIZE 0
+#define WIRE_MARSHAL_TABLE_SIZE 1
+
+typedef struct _chromoting_lib_MIDL_TYPE_FORMAT_STRING
+ {
+ short Pad;
+ unsigned char Format[ TYPE_FORMAT_STRING_SIZE ];
+ } chromoting_lib_MIDL_TYPE_FORMAT_STRING;
+
+typedef struct _chromoting_lib_MIDL_PROC_FORMAT_STRING
+ {
+ short Pad;
+ unsigned char Format[ PROC_FORMAT_STRING_SIZE ];
+ } chromoting_lib_MIDL_PROC_FORMAT_STRING;
+
+typedef struct _chromoting_lib_MIDL_EXPR_FORMAT_STRING
+ {
+ long Pad;
+ unsigned char Format[ EXPR_FORMAT_STRING_SIZE ];
+ } chromoting_lib_MIDL_EXPR_FORMAT_STRING;
+
+
+static const RPC_SYNTAX_IDENTIFIER _RpcTransferSyntax =
+{{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}};
+
+
+extern const chromoting_lib_MIDL_TYPE_FORMAT_STRING chromoting_lib__MIDL_TypeFormatString;
+extern const chromoting_lib_MIDL_PROC_FORMAT_STRING chromoting_lib__MIDL_ProcFormatString;
+extern const chromoting_lib_MIDL_EXPR_FORMAT_STRING chromoting_lib__MIDL_ExprFormatString;
+
+
+extern const MIDL_STUB_DESC Object_StubDesc;
+
+
+extern const MIDL_SERVER_INFO IRdpDesktopSessionEventHandler_ServerInfo;
+extern const MIDL_STUBLESS_PROXY_INFO IRdpDesktopSessionEventHandler_ProxyInfo;
+
+
+extern const MIDL_STUB_DESC Object_StubDesc;
+
+
+extern const MIDL_SERVER_INFO IRdpDesktopSession_ServerInfo;
+extern const MIDL_STUBLESS_PROXY_INFO IRdpDesktopSession_ProxyInfo;
+
+
+extern const USER_MARSHAL_ROUTINE_QUADRUPLE UserMarshalRoutines[ WIRE_MARSHAL_TABLE_SIZE ];
+
+#if !defined(__RPC_WIN64__)
+#error Invalid build platform for this stub.
+#endif
+
+static const chromoting_lib_MIDL_PROC_FORMAT_STRING chromoting_lib__MIDL_ProcFormatString =
+ {
+ 0,
+ {
+
+ /* Procedure OnRdpConnected */
+
+ 0x33, /* FC_AUTO_HANDLE */
+ 0x6c, /* Old Flags: object, Oi2 */
+/* 2 */ NdrFcLong( 0x0 ), /* 0 */
+/* 6 */ NdrFcShort( 0x3 ), /* 3 */
+/* 8 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */
+/* 10 */ NdrFcShort( 0x0 ), /* 0 */
+/* 12 */ NdrFcShort( 0x8 ), /* 8 */
+/* 14 */ 0x44, /* Oi2 Flags: has return, has ext, */
+ 0x1, /* 1 */
+/* 16 */ 0xa, /* 10 */
+ 0x1, /* Ext Flags: new corr desc, */
+/* 18 */ NdrFcShort( 0x0 ), /* 0 */
+/* 20 */ NdrFcShort( 0x0 ), /* 0 */
+/* 22 */ NdrFcShort( 0x0 ), /* 0 */
+/* 24 */ NdrFcShort( 0x0 ), /* 0 */
+
+ /* Return value */
+
+/* 26 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
+/* 28 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
+/* 30 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Procedure Disconnect */
+
+
+ /* Procedure OnRdpClosed */
+
+/* 32 */ 0x33, /* FC_AUTO_HANDLE */
+ 0x6c, /* Old Flags: object, Oi2 */
+/* 34 */ NdrFcLong( 0x0 ), /* 0 */
+/* 38 */ NdrFcShort( 0x4 ), /* 4 */
+/* 40 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */
+/* 42 */ NdrFcShort( 0x0 ), /* 0 */
+/* 44 */ NdrFcShort( 0x8 ), /* 8 */
+/* 46 */ 0x44, /* Oi2 Flags: has return, has ext, */
+ 0x1, /* 1 */
+/* 48 */ 0xa, /* 10 */
+ 0x1, /* Ext Flags: new corr desc, */
+/* 50 */ NdrFcShort( 0x0 ), /* 0 */
+/* 52 */ NdrFcShort( 0x0 ), /* 0 */
+/* 54 */ NdrFcShort( 0x0 ), /* 0 */
+/* 56 */ NdrFcShort( 0x0 ), /* 0 */
+
+ /* Return value */
+
+
+ /* Return value */
+
+/* 58 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
+/* 60 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
+/* 62 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Procedure Connect */
+
+/* 64 */ 0x33, /* FC_AUTO_HANDLE */
+ 0x6c, /* Old Flags: object, Oi2 */
+/* 66 */ NdrFcLong( 0x0 ), /* 0 */
+/* 70 */ NdrFcShort( 0x3 ), /* 3 */
+/* 72 */ NdrFcShort( 0x48 ), /* X64 Stack size/offset = 72 */
+/* 74 */ NdrFcShort( 0x28 ), /* 40 */
+/* 76 */ NdrFcShort( 0x8 ), /* 8 */
+/* 78 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */
+ 0x8, /* 8 */
+/* 80 */ 0xa, /* 10 */
+ 0x5, /* Ext Flags: new corr desc, srv corr check, */
+/* 82 */ NdrFcShort( 0x0 ), /* 0 */
+/* 84 */ NdrFcShort( 0x1 ), /* 1 */
+/* 86 */ NdrFcShort( 0x0 ), /* 0 */
+/* 88 */ NdrFcShort( 0x0 ), /* 0 */
+
+ /* Parameter width */
+
+/* 90 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 92 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
+/* 94 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter height */
+
+/* 96 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 98 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */
+/* 100 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter dpi_x */
+
+/* 102 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 104 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */
+/* 106 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter dpi_y */
+
+/* 108 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 110 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */
+/* 112 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter terminal_id */
+
+/* 114 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */
+/* 116 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */
+/* 118 */ NdrFcShort( 0x1c ), /* Type Offset=28 */
+
+ /* Parameter port_number */
+
+/* 120 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 122 */ NdrFcShort( 0x30 ), /* X64 Stack size/offset = 48 */
+/* 124 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter event_handler */
+
+/* 126 */ NdrFcShort( 0xb ), /* Flags: must size, must free, in, */
+/* 128 */ NdrFcShort( 0x38 ), /* X64 Stack size/offset = 56 */
+/* 130 */ NdrFcShort( 0x26 ), /* Type Offset=38 */
+
+ /* Return value */
+
+/* 132 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
+/* 134 */ NdrFcShort( 0x40 ), /* X64 Stack size/offset = 64 */
+/* 136 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Procedure ChangeResolution */
+
+/* 138 */ 0x33, /* FC_AUTO_HANDLE */
+ 0x6c, /* Old Flags: object, Oi2 */
+/* 140 */ NdrFcLong( 0x0 ), /* 0 */
+/* 144 */ NdrFcShort( 0x5 ), /* 5 */
+/* 146 */ NdrFcShort( 0x30 ), /* X64 Stack size/offset = 48 */
+/* 148 */ NdrFcShort( 0x20 ), /* 32 */
+/* 150 */ NdrFcShort( 0x8 ), /* 8 */
+/* 152 */ 0x44, /* Oi2 Flags: has return, has ext, */
+ 0x5, /* 5 */
+/* 154 */ 0xa, /* 10 */
+ 0x1, /* Ext Flags: new corr desc, */
+/* 156 */ NdrFcShort( 0x0 ), /* 0 */
+/* 158 */ NdrFcShort( 0x0 ), /* 0 */
+/* 160 */ NdrFcShort( 0x0 ), /* 0 */
+/* 162 */ NdrFcShort( 0x0 ), /* 0 */
+
+ /* Parameter width */
+
+/* 164 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 166 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
+/* 168 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter height */
+
+/* 170 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 172 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */
+/* 174 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter dpi_x */
+
+/* 176 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 178 */ NdrFcShort( 0x18 ), /* X64 Stack size/offset = 24 */
+/* 180 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter dpi_y */
+
+/* 182 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 184 */ NdrFcShort( 0x20 ), /* X64 Stack size/offset = 32 */
+/* 186 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Return value */
+
+/* 188 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
+/* 190 */ NdrFcShort( 0x28 ), /* X64 Stack size/offset = 40 */
+/* 192 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Procedure InjectSas */
+
+/* 194 */ 0x33, /* FC_AUTO_HANDLE */
+ 0x6c, /* Old Flags: object, Oi2 */
+/* 196 */ NdrFcLong( 0x0 ), /* 0 */
+/* 200 */ NdrFcShort( 0x6 ), /* 6 */
+/* 202 */ NdrFcShort( 0x10 ), /* X64 Stack size/offset = 16 */
+/* 204 */ NdrFcShort( 0x0 ), /* 0 */
+/* 206 */ NdrFcShort( 0x8 ), /* 8 */
+/* 208 */ 0x44, /* Oi2 Flags: has return, has ext, */
+ 0x1, /* 1 */
+/* 210 */ 0xa, /* 10 */
+ 0x1, /* Ext Flags: new corr desc, */
+/* 212 */ NdrFcShort( 0x0 ), /* 0 */
+/* 214 */ NdrFcShort( 0x0 ), /* 0 */
+/* 216 */ NdrFcShort( 0x0 ), /* 0 */
+/* 218 */ NdrFcShort( 0x0 ), /* 0 */
+
+ /* Return value */
+
+/* 220 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
+/* 222 */ NdrFcShort( 0x8 ), /* X64 Stack size/offset = 8 */
+/* 224 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ 0x0
+ }
+ };
+
+static const chromoting_lib_MIDL_TYPE_FORMAT_STRING chromoting_lib__MIDL_TypeFormatString =
+ {
+ 0,
+ {
+ NdrFcShort( 0x0 ), /* 0 */
+/* 2 */
+ 0x12, 0x0, /* FC_UP */
+/* 4 */ NdrFcShort( 0xe ), /* Offset= 14 (18) */
+/* 6 */
+ 0x1b, /* FC_CARRAY */
+ 0x1, /* 1 */
+/* 8 */ NdrFcShort( 0x2 ), /* 2 */
+/* 10 */ 0x9, /* Corr desc: FC_ULONG */
+ 0x0, /* */
+/* 12 */ NdrFcShort( 0xfffc ), /* -4 */
+/* 14 */ NdrFcShort( 0x1 ), /* Corr flags: early, */
+/* 16 */ 0x6, /* FC_SHORT */
+ 0x5b, /* FC_END */
+/* 18 */
+ 0x17, /* FC_CSTRUCT */
+ 0x3, /* 3 */
+/* 20 */ NdrFcShort( 0x8 ), /* 8 */
+/* 22 */ NdrFcShort( 0xfff0 ), /* Offset= -16 (6) */
+/* 24 */ 0x8, /* FC_LONG */
+ 0x8, /* FC_LONG */
+/* 26 */ 0x5c, /* FC_PAD */
+ 0x5b, /* FC_END */
+/* 28 */ 0xb4, /* FC_USER_MARSHAL */
+ 0x83, /* 131 */
+/* 30 */ NdrFcShort( 0x0 ), /* 0 */
+/* 32 */ NdrFcShort( 0x8 ), /* 8 */
+/* 34 */ NdrFcShort( 0x0 ), /* 0 */
+/* 36 */ NdrFcShort( 0xffde ), /* Offset= -34 (2) */
+/* 38 */
+ 0x2f, /* FC_IP */
+ 0x5a, /* FC_CONSTANT_IID */
+/* 40 */ NdrFcLong( 0xb59b96da ), /* -1248094502 */
+/* 44 */ NdrFcShort( 0x83cb ), /* -31797 */
+/* 46 */ NdrFcShort( 0x40ee ), /* 16622 */
+/* 48 */ 0x9b, /* 155 */
+ 0x91, /* 145 */
+/* 50 */ 0xc3, /* 195 */
+ 0x77, /* 119 */
+/* 52 */ 0x40, /* 64 */
+ 0xf, /* 15 */
+/* 54 */ 0xc3, /* 195 */
+ 0xe3, /* 227 */
+
+ 0x0
+ }
+ };
+
+static const USER_MARSHAL_ROUTINE_QUADRUPLE UserMarshalRoutines[ WIRE_MARSHAL_TABLE_SIZE ] =
+ {
+
+ {
+ BSTR_UserSize
+ ,BSTR_UserMarshal
+ ,BSTR_UserUnmarshal
+ ,BSTR_UserFree
+ }
+
+ };
+
+
+
+/* Object interface: IUnknown, ver. 0.0,
+ GUID={0x00000000,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}} */
+
+
+/* Object interface: IRdpDesktopSessionEventHandler, ver. 0.0,
+ GUID={0xb59b96da,0x83cb,0x40ee,{0x9b,0x91,0xc3,0x77,0x40,0x0f,0xc3,0xe3}} */
+
+#pragma code_seg(".orpc")
+static const unsigned short IRdpDesktopSessionEventHandler_FormatStringOffsetTable[] =
+ {
+ 0,
+ 32
+ };
+
+static const MIDL_STUBLESS_PROXY_INFO IRdpDesktopSessionEventHandler_ProxyInfo =
+ {
+ &Object_StubDesc,
+ chromoting_lib__MIDL_ProcFormatString.Format,
+ &IRdpDesktopSessionEventHandler_FormatStringOffsetTable[-3],
+ 0,
+ 0,
+ 0
+ };
+
+
+static const MIDL_SERVER_INFO IRdpDesktopSessionEventHandler_ServerInfo =
+ {
+ &Object_StubDesc,
+ 0,
+ chromoting_lib__MIDL_ProcFormatString.Format,
+ &IRdpDesktopSessionEventHandler_FormatStringOffsetTable[-3],
+ 0,
+ 0,
+ 0,
+ 0};
+CINTERFACE_PROXY_VTABLE(5) _IRdpDesktopSessionEventHandlerProxyVtbl =
+{
+ &IRdpDesktopSessionEventHandler_ProxyInfo,
+ &IID_IRdpDesktopSessionEventHandler,
+ IUnknown_QueryInterface_Proxy,
+ IUnknown_AddRef_Proxy,
+ IUnknown_Release_Proxy ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSessionEventHandler::OnRdpConnected */ ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSessionEventHandler::OnRdpClosed */
+};
+
+const CInterfaceStubVtbl _IRdpDesktopSessionEventHandlerStubVtbl =
+{
+ &IID_IRdpDesktopSessionEventHandler,
+ &IRdpDesktopSessionEventHandler_ServerInfo,
+ 5,
+ 0, /* pure interpreted */
+ CStdStubBuffer_METHODS
+};
+
+
+/* Object interface: IRdpDesktopSession, ver. 0.0,
+ GUID={0x6a7699f0,0xee43,0x43e7,{0xaa,0x30,0xa6,0x73,0x8f,0x9b,0xd4,0x70}} */
+
+#pragma code_seg(".orpc")
+static const unsigned short IRdpDesktopSession_FormatStringOffsetTable[] =
+ {
+ 64,
+ 32,
+ 138,
+ 194
+ };
+
+static const MIDL_STUBLESS_PROXY_INFO IRdpDesktopSession_ProxyInfo =
+ {
+ &Object_StubDesc,
+ chromoting_lib__MIDL_ProcFormatString.Format,
+ &IRdpDesktopSession_FormatStringOffsetTable[-3],
+ 0,
+ 0,
+ 0
+ };
+
+
+static const MIDL_SERVER_INFO IRdpDesktopSession_ServerInfo =
+ {
+ &Object_StubDesc,
+ 0,
+ chromoting_lib__MIDL_ProcFormatString.Format,
+ &IRdpDesktopSession_FormatStringOffsetTable[-3],
+ 0,
+ 0,
+ 0,
+ 0};
+CINTERFACE_PROXY_VTABLE(7) _IRdpDesktopSessionProxyVtbl =
+{
+ &IRdpDesktopSession_ProxyInfo,
+ &IID_IRdpDesktopSession,
+ IUnknown_QueryInterface_Proxy,
+ IUnknown_AddRef_Proxy,
+ IUnknown_Release_Proxy ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSession::Connect */ ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSession::Disconnect */ ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSession::ChangeResolution */ ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSession::InjectSas */
+};
+
+const CInterfaceStubVtbl _IRdpDesktopSessionStubVtbl =
+{
+ &IID_IRdpDesktopSession,
+ &IRdpDesktopSession_ServerInfo,
+ 7,
+ 0, /* pure interpreted */
+ CStdStubBuffer_METHODS
+};
+
+static const MIDL_STUB_DESC Object_StubDesc =
+ {
+ 0,
+ NdrOleAllocate,
+ NdrOleFree,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ chromoting_lib__MIDL_TypeFormatString.Format,
+ 1, /* -error bounds_check flag */
+ 0x50002, /* Ndr library version */
+ 0,
+ 0x801026e, /* MIDL Version 8.1.622 */
+ 0,
+ UserMarshalRoutines,
+ 0, /* notify & notify_flag routine table */
+ 0x1, /* MIDL flag */
+ 0, /* cs routines */
+ 0, /* proxy/server info */
+ 0
+ };
+
+const CInterfaceProxyVtbl * const _chromoting_lib_ProxyVtblList[] =
+{
+ ( CInterfaceProxyVtbl *) &_IRdpDesktopSessionEventHandlerProxyVtbl,
+ ( CInterfaceProxyVtbl *) &_IRdpDesktopSessionProxyVtbl,
+ 0
+};
+
+const CInterfaceStubVtbl * const _chromoting_lib_StubVtblList[] =
+{
+ ( CInterfaceStubVtbl *) &_IRdpDesktopSessionEventHandlerStubVtbl,
+ ( CInterfaceStubVtbl *) &_IRdpDesktopSessionStubVtbl,
+ 0
+};
+
+PCInterfaceName const _chromoting_lib_InterfaceNamesList[] =
+{
+ "IRdpDesktopSessionEventHandler",
+ "IRdpDesktopSession",
+ 0
+};
+
+
+#define _chromoting_lib_CHECK_IID(n) IID_GENERIC_CHECK_IID( _chromoting_lib, pIID, n)
+
+int __stdcall _chromoting_lib_IID_Lookup( const IID * pIID, int * pIndex )
+{
+ IID_BS_LOOKUP_SETUP
+
+ IID_BS_LOOKUP_INITIAL_TEST( _chromoting_lib, 2, 1 )
+ IID_BS_LOOKUP_RETURN_RESULT( _chromoting_lib, 2, *pIndex )
+
+}
+
+const ExtendedProxyFileInfo chromoting_lib_ProxyFileInfo =
+{
+ (PCInterfaceProxyVtblList *) & _chromoting_lib_ProxyVtblList,
+ (PCInterfaceStubVtblList *) & _chromoting_lib_StubVtblList,
+ (const PCInterfaceName * ) & _chromoting_lib_InterfaceNamesList,
+ 0, /* no delegation */
+ & _chromoting_lib_IID_Lookup,
+ 2,
+ 2,
+ 0, /* table of [async_uuid] interfaces */
+ 0, /* Filler1 */
+ 0, /* Filler2 */
+ 0 /* Filler3 */
+};
+#if _MSC_VER >= 1200
+#pragma warning(pop)
+#endif
+
+
+#endif /* defined(_M_AMD64)*/
+
diff --git a/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.dlldata.c b/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.dlldata.c
new file mode 100644
index 00000000000..62257138fca
--- /dev/null
+++ b/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.dlldata.c
@@ -0,0 +1,37 @@
+/*********************************************************
+ DllData file -- generated by MIDL compiler
+
+ DO NOT ALTER THIS FILE
+
+ This file is regenerated by MIDL on every IDL file compile.
+
+ To completely reconstruct this file, delete it and rerun MIDL
+ on all the IDL files in this DLL, specifying this file for the
+ /dlldata command line option
+
+*********************************************************/
+
+
+#include <rpcproxy.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+EXTERN_PROXY_FILE( chromoting_lib )
+
+
+PROXYFILE_LIST_START
+/* Start of list */
+ REFERENCE_PROXY_FILE( chromoting_lib ),
+/* End of list */
+PROXYFILE_LIST_END
+
+
+DLLDATA_ROUTINES( aProxyFileList, GET_DLL_CLSID )
+
+#ifdef __cplusplus
+} /*extern "C" */
+#endif
+
+/* end of generated dlldata file */
diff --git a/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.h b/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.h
new file mode 100644
index 00000000000..62ced2fa3bc
--- /dev/null
+++ b/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.h
@@ -0,0 +1,327 @@
+
+
+/* this ALWAYS GENERATED file contains the definitions for the interfaces */
+
+
+ /* File created by MIDL compiler version 8.xx.xxxx */
+/* at a redacted point in time
+ */
+/* Compiler settings for gen/remoting/host/win/chromoting_lib.idl:
+ Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.xx.xxxx
+ protocol : dce , ms_ext, c_ext, robust
+ error checks: allocation ref bounds_check enum stub_data
+ VC __declspec() decoration level:
+ __declspec(uuid()), __declspec(selectany), __declspec(novtable)
+ DECLSPEC_UUID(), MIDL_INTERFACE()
+*/
+/* @@MIDL_FILE_HEADING( ) */
+
+#pragma warning( disable: 4049 ) /* more than 64k source lines */
+
+
+/* verify that the <rpcndr.h> version is high enough to compile this file*/
+#ifndef __REQUIRED_RPCNDR_H_VERSION__
+#define __REQUIRED_RPCNDR_H_VERSION__ 475
+#endif
+
+#include "rpc.h"
+#include "rpcndr.h"
+
+#ifndef __RPCNDR_H_VERSION__
+#error this stub requires an updated version of <rpcndr.h>
+#endif /* __RPCNDR_H_VERSION__ */
+
+#ifndef COM_NO_WINDOWS_H
+#include "windows.h"
+#include "ole2.h"
+#endif /*COM_NO_WINDOWS_H*/
+
+#ifndef __chromoting_lib_h__
+#define __chromoting_lib_h__
+
+#if defined(_MSC_VER) && (_MSC_VER >= 1020)
+#pragma once
+#endif
+
+/* Forward Declarations */
+
+#ifndef __IRdpDesktopSessionEventHandler_FWD_DEFINED__
+#define __IRdpDesktopSessionEventHandler_FWD_DEFINED__
+typedef interface IRdpDesktopSessionEventHandler IRdpDesktopSessionEventHandler;
+
+#endif /* __IRdpDesktopSessionEventHandler_FWD_DEFINED__ */
+
+
+#ifndef __IRdpDesktopSession_FWD_DEFINED__
+#define __IRdpDesktopSession_FWD_DEFINED__
+typedef interface IRdpDesktopSession IRdpDesktopSession;
+
+#endif /* __IRdpDesktopSession_FWD_DEFINED__ */
+
+
+#ifndef __RdpDesktopSession_FWD_DEFINED__
+#define __RdpDesktopSession_FWD_DEFINED__
+
+#ifdef __cplusplus
+typedef class RdpDesktopSession RdpDesktopSession;
+#else
+typedef struct RdpDesktopSession RdpDesktopSession;
+#endif /* __cplusplus */
+
+#endif /* __RdpDesktopSession_FWD_DEFINED__ */
+
+
+/* header files for imported files */
+#include "oaidl.h"
+#include "ocidl.h"
+
+#ifdef __cplusplus
+extern "C"{
+#endif
+
+
+#ifndef __IRdpDesktopSessionEventHandler_INTERFACE_DEFINED__
+#define __IRdpDesktopSessionEventHandler_INTERFACE_DEFINED__
+
+/* interface IRdpDesktopSessionEventHandler */
+/* [unique][helpstring][nonextensible][uuid][object] */
+
+
+EXTERN_C const IID IID_IRdpDesktopSessionEventHandler;
+
+#if defined(__cplusplus) && !defined(CINTERFACE)
+
+ MIDL_INTERFACE("b59b96da-83cb-40ee-9b91-c377400fc3e3")
+ IRdpDesktopSessionEventHandler : public IUnknown
+ {
+ public:
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE OnRdpConnected( void) = 0;
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE OnRdpClosed( void) = 0;
+
+ };
+
+
+#else /* C style interface */
+
+ typedef struct IRdpDesktopSessionEventHandlerVtbl
+ {
+ BEGIN_INTERFACE
+
+ HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
+ IRdpDesktopSessionEventHandler * This,
+ /* [in] */ REFIID riid,
+ /* [annotation][iid_is][out] */
+ _COM_Outptr_ void **ppvObject);
+
+ ULONG ( STDMETHODCALLTYPE *AddRef )(
+ IRdpDesktopSessionEventHandler * This);
+
+ ULONG ( STDMETHODCALLTYPE *Release )(
+ IRdpDesktopSessionEventHandler * This);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *OnRdpConnected )(
+ IRdpDesktopSessionEventHandler * This);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *OnRdpClosed )(
+ IRdpDesktopSessionEventHandler * This);
+
+ END_INTERFACE
+ } IRdpDesktopSessionEventHandlerVtbl;
+
+ interface IRdpDesktopSessionEventHandler
+ {
+ CONST_VTBL struct IRdpDesktopSessionEventHandlerVtbl *lpVtbl;
+ };
+
+
+
+#ifdef COBJMACROS
+
+
+#define IRdpDesktopSessionEventHandler_QueryInterface(This,riid,ppvObject) \
+ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
+
+#define IRdpDesktopSessionEventHandler_AddRef(This) \
+ ( (This)->lpVtbl -> AddRef(This) )
+
+#define IRdpDesktopSessionEventHandler_Release(This) \
+ ( (This)->lpVtbl -> Release(This) )
+
+
+#define IRdpDesktopSessionEventHandler_OnRdpConnected(This) \
+ ( (This)->lpVtbl -> OnRdpConnected(This) )
+
+#define IRdpDesktopSessionEventHandler_OnRdpClosed(This) \
+ ( (This)->lpVtbl -> OnRdpClosed(This) )
+
+#endif /* COBJMACROS */
+
+
+#endif /* C style interface */
+
+
+
+
+#endif /* __IRdpDesktopSessionEventHandler_INTERFACE_DEFINED__ */
+
+
+#ifndef __IRdpDesktopSession_INTERFACE_DEFINED__
+#define __IRdpDesktopSession_INTERFACE_DEFINED__
+
+/* interface IRdpDesktopSession */
+/* [unique][helpstring][nonextensible][uuid][object] */
+
+
+EXTERN_C const IID IID_IRdpDesktopSession;
+
+#if defined(__cplusplus) && !defined(CINTERFACE)
+
+ MIDL_INTERFACE("6a7699f0-ee43-43e7-aa30-a6738f9bd470")
+ IRdpDesktopSession : public IUnknown
+ {
+ public:
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Connect(
+ /* [in] */ long width,
+ /* [in] */ long height,
+ /* [in] */ long dpi_x,
+ /* [in] */ long dpi_y,
+ /* [in] */ BSTR terminal_id,
+ /* [in] */ DWORD port_number,
+ /* [in] */ IRdpDesktopSessionEventHandler *event_handler) = 0;
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Disconnect( void) = 0;
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ChangeResolution(
+ /* [in] */ long width,
+ /* [in] */ long height,
+ /* [in] */ long dpi_x,
+ /* [in] */ long dpi_y) = 0;
+
+ virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE InjectSas( void) = 0;
+
+ };
+
+
+#else /* C style interface */
+
+ typedef struct IRdpDesktopSessionVtbl
+ {
+ BEGIN_INTERFACE
+
+ HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
+ IRdpDesktopSession * This,
+ /* [in] */ REFIID riid,
+ /* [annotation][iid_is][out] */
+ _COM_Outptr_ void **ppvObject);
+
+ ULONG ( STDMETHODCALLTYPE *AddRef )(
+ IRdpDesktopSession * This);
+
+ ULONG ( STDMETHODCALLTYPE *Release )(
+ IRdpDesktopSession * This);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Connect )(
+ IRdpDesktopSession * This,
+ /* [in] */ long width,
+ /* [in] */ long height,
+ /* [in] */ long dpi_x,
+ /* [in] */ long dpi_y,
+ /* [in] */ BSTR terminal_id,
+ /* [in] */ DWORD port_number,
+ /* [in] */ IRdpDesktopSessionEventHandler *event_handler);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Disconnect )(
+ IRdpDesktopSession * This);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *ChangeResolution )(
+ IRdpDesktopSession * This,
+ /* [in] */ long width,
+ /* [in] */ long height,
+ /* [in] */ long dpi_x,
+ /* [in] */ long dpi_y);
+
+ /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *InjectSas )(
+ IRdpDesktopSession * This);
+
+ END_INTERFACE
+ } IRdpDesktopSessionVtbl;
+
+ interface IRdpDesktopSession
+ {
+ CONST_VTBL struct IRdpDesktopSessionVtbl *lpVtbl;
+ };
+
+
+
+#ifdef COBJMACROS
+
+
+#define IRdpDesktopSession_QueryInterface(This,riid,ppvObject) \
+ ( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
+
+#define IRdpDesktopSession_AddRef(This) \
+ ( (This)->lpVtbl -> AddRef(This) )
+
+#define IRdpDesktopSession_Release(This) \
+ ( (This)->lpVtbl -> Release(This) )
+
+
+#define IRdpDesktopSession_Connect(This,width,height,dpi_x,dpi_y,terminal_id,port_number,event_handler) \
+ ( (This)->lpVtbl -> Connect(This,width,height,dpi_x,dpi_y,terminal_id,port_number,event_handler) )
+
+#define IRdpDesktopSession_Disconnect(This) \
+ ( (This)->lpVtbl -> Disconnect(This) )
+
+#define IRdpDesktopSession_ChangeResolution(This,width,height,dpi_x,dpi_y) \
+ ( (This)->lpVtbl -> ChangeResolution(This,width,height,dpi_x,dpi_y) )
+
+#define IRdpDesktopSession_InjectSas(This) \
+ ( (This)->lpVtbl -> InjectSas(This) )
+
+#endif /* COBJMACROS */
+
+
+#endif /* C style interface */
+
+
+
+
+#endif /* __IRdpDesktopSession_INTERFACE_DEFINED__ */
+
+
+
+#ifndef __ChromotingLib_LIBRARY_DEFINED__
+#define __ChromotingLib_LIBRARY_DEFINED__
+
+/* library ChromotingLib */
+/* [helpstring][version][uuid] */
+
+
+EXTERN_C const IID LIBID_ChromotingLib;
+
+EXTERN_C const CLSID CLSID_RdpDesktopSession;
+
+#ifdef __cplusplus
+
+class DECLSPEC_UUID("6741fd0a-6a8a-5838-a35e-8088697e2088")
+RdpDesktopSession;
+#endif
+#endif /* __ChromotingLib_LIBRARY_DEFINED__ */
+
+/* Additional Prototypes for ALL interfaces */
+
+unsigned long __RPC_USER BSTR_UserSize( unsigned long *, unsigned long , BSTR * );
+unsigned char * __RPC_USER BSTR_UserMarshal( unsigned long *, unsigned char *, BSTR * );
+unsigned char * __RPC_USER BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * );
+void __RPC_USER BSTR_UserFree( unsigned long *, BSTR * );
+
+/* end of Additional Prototypes */
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+
+
diff --git a/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.tlb b/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.tlb
new file mode 100644
index 00000000000..42ae987e6a3
--- /dev/null
+++ b/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib.tlb
Binary files differ
diff --git a/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib_i.c b/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib_i.c
new file mode 100644
index 00000000000..e975a95a84e
--- /dev/null
+++ b/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib_i.c
@@ -0,0 +1,88 @@
+
+
+/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
+
+/* link this file in with the server and any clients */
+
+
+ /* File created by MIDL compiler version 8.xx.xxxx */
+/* at a redacted point in time
+ */
+/* Compiler settings for gen/remoting/host/win/chromoting_lib.idl:
+ Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.xx.xxxx
+ protocol : dce , ms_ext, c_ext, robust
+ error checks: allocation ref bounds_check enum stub_data
+ VC __declspec() decoration level:
+ __declspec(uuid()), __declspec(selectany), __declspec(novtable)
+ DECLSPEC_UUID(), MIDL_INTERFACE()
+*/
+/* @@MIDL_FILE_HEADING( ) */
+
+#pragma warning( disable: 4049 ) /* more than 64k source lines */
+
+
+#ifdef __cplusplus
+extern "C"{
+#endif
+
+
+#include <rpc.h>
+#include <rpcndr.h>
+
+#ifdef _MIDL_USE_GUIDDEF_
+
+#ifndef INITGUID
+#define INITGUID
+#include <guiddef.h>
+#undef INITGUID
+#else
+#include <guiddef.h>
+#endif
+
+#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
+ DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
+
+#else // !_MIDL_USE_GUIDDEF_
+
+#ifndef __IID_DEFINED__
+#define __IID_DEFINED__
+
+typedef struct _IID
+{
+ unsigned long x;
+ unsigned short s1;
+ unsigned short s2;
+ unsigned char c[8];
+} IID;
+
+#endif // __IID_DEFINED__
+
+#ifndef CLSID_DEFINED
+#define CLSID_DEFINED
+typedef IID CLSID;
+#endif // CLSID_DEFINED
+
+#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
+ EXTERN_C __declspec(selectany) const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
+
+#endif // !_MIDL_USE_GUIDDEF_
+
+MIDL_DEFINE_GUID(IID, IID_IRdpDesktopSessionEventHandler,0xb59b96da,0x83cb,0x40ee,0x9b,0x91,0xc3,0x77,0x40,0x0f,0xc3,0xe3);
+
+
+MIDL_DEFINE_GUID(IID, IID_IRdpDesktopSession,0x6a7699f0,0xee43,0x43e7,0xaa,0x30,0xa6,0x73,0x8f,0x9b,0xd4,0x70);
+
+
+MIDL_DEFINE_GUID(IID, LIBID_ChromotingLib,0xb6396c45,0xb0cc,0x456b,0x9f,0x49,0xf1,0x29,0x64,0xee,0x6d,0xf4);
+
+
+MIDL_DEFINE_GUID(CLSID, CLSID_RdpDesktopSession,0x6741fd0a,0x6a8a,0x5838,0xa3,0x5e,0x80,0x88,0x69,0x7e,0x20,0x88);
+
+#undef MIDL_DEFINE_GUID
+
+#ifdef __cplusplus
+}
+#endif
+
+
+
diff --git a/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib_p.c b/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib_p.c
new file mode 100644
index 00000000000..8bee3fa68d8
--- /dev/null
+++ b/chromium/third_party/win_build_output/midl/remoting/host/win/x86/chromoting_lib_p.c
@@ -0,0 +1,578 @@
+
+
+/* this ALWAYS GENERATED file contains the proxy stub code */
+
+
+ /* File created by MIDL compiler version 8.xx.xxxx */
+/* at a redacted point in time
+ */
+/* Compiler settings for gen/remoting/host/win/chromoting_lib.idl:
+ Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 8.xx.xxxx
+ protocol : dce , ms_ext, c_ext, robust
+ error checks: allocation ref bounds_check enum stub_data
+ VC __declspec() decoration level:
+ __declspec(uuid()), __declspec(selectany), __declspec(novtable)
+ DECLSPEC_UUID(), MIDL_INTERFACE()
+*/
+/* @@MIDL_FILE_HEADING( ) */
+
+#if !defined(_M_IA64) && !defined(_M_AMD64) && !defined(_ARM_)
+
+
+#pragma warning( disable: 4049 ) /* more than 64k source lines */
+#if _MSC_VER >= 1200
+#pragma warning(push)
+#endif
+
+#pragma warning( disable: 4211 ) /* redefine extern to static */
+#pragma warning( disable: 4232 ) /* dllimport identity*/
+#pragma warning( disable: 4024 ) /* array to pointer mapping*/
+#pragma warning( disable: 4152 ) /* function/data pointer conversion in expression */
+#pragma warning( disable: 4100 ) /* unreferenced arguments in x86 call */
+
+#pragma optimize("", off )
+
+#define USE_STUBLESS_PROXY
+
+
+/* verify that the <rpcproxy.h> version is high enough to compile this file*/
+#ifndef __REDQ_RPCPROXY_H_VERSION__
+#define __REQUIRED_RPCPROXY_H_VERSION__ 475
+#endif
+
+
+#include "rpcproxy.h"
+#ifndef __RPCPROXY_H_VERSION__
+#error this stub requires an updated version of <rpcproxy.h>
+#endif /* __RPCPROXY_H_VERSION__ */
+
+
+#include "chromoting_lib.h"
+
+#define TYPE_FORMAT_STRING_SIZE 57
+#define PROC_FORMAT_STRING_SIZE 217
+#define EXPR_FORMAT_STRING_SIZE 1
+#define TRANSMIT_AS_TABLE_SIZE 0
+#define WIRE_MARSHAL_TABLE_SIZE 1
+
+typedef struct _chromoting_lib_MIDL_TYPE_FORMAT_STRING
+ {
+ short Pad;
+ unsigned char Format[ TYPE_FORMAT_STRING_SIZE ];
+ } chromoting_lib_MIDL_TYPE_FORMAT_STRING;
+
+typedef struct _chromoting_lib_MIDL_PROC_FORMAT_STRING
+ {
+ short Pad;
+ unsigned char Format[ PROC_FORMAT_STRING_SIZE ];
+ } chromoting_lib_MIDL_PROC_FORMAT_STRING;
+
+typedef struct _chromoting_lib_MIDL_EXPR_FORMAT_STRING
+ {
+ long Pad;
+ unsigned char Format[ EXPR_FORMAT_STRING_SIZE ];
+ } chromoting_lib_MIDL_EXPR_FORMAT_STRING;
+
+
+static const RPC_SYNTAX_IDENTIFIER _RpcTransferSyntax =
+{{0x8A885D04,0x1CEB,0x11C9,{0x9F,0xE8,0x08,0x00,0x2B,0x10,0x48,0x60}},{2,0}};
+
+
+extern const chromoting_lib_MIDL_TYPE_FORMAT_STRING chromoting_lib__MIDL_TypeFormatString;
+extern const chromoting_lib_MIDL_PROC_FORMAT_STRING chromoting_lib__MIDL_ProcFormatString;
+extern const chromoting_lib_MIDL_EXPR_FORMAT_STRING chromoting_lib__MIDL_ExprFormatString;
+
+
+extern const MIDL_STUB_DESC Object_StubDesc;
+
+
+extern const MIDL_SERVER_INFO IRdpDesktopSessionEventHandler_ServerInfo;
+extern const MIDL_STUBLESS_PROXY_INFO IRdpDesktopSessionEventHandler_ProxyInfo;
+
+
+extern const MIDL_STUB_DESC Object_StubDesc;
+
+
+extern const MIDL_SERVER_INFO IRdpDesktopSession_ServerInfo;
+extern const MIDL_STUBLESS_PROXY_INFO IRdpDesktopSession_ProxyInfo;
+
+
+extern const USER_MARSHAL_ROUTINE_QUADRUPLE UserMarshalRoutines[ WIRE_MARSHAL_TABLE_SIZE ];
+
+#if !defined(__RPC_WIN32__)
+#error Invalid build platform for this stub.
+#endif
+
+#if !(TARGET_IS_NT50_OR_LATER)
+#error You need Windows 2000 or later to run this stub because it uses these features:
+#error /robust command line switch.
+#error However, your C/C++ compilation flags indicate you intend to run this app on earlier systems.
+#error This app will fail with the RPC_X_WRONG_STUB_VERSION error.
+#endif
+
+
+static const chromoting_lib_MIDL_PROC_FORMAT_STRING chromoting_lib__MIDL_ProcFormatString =
+ {
+ 0,
+ {
+
+ /* Procedure OnRdpConnected */
+
+ 0x33, /* FC_AUTO_HANDLE */
+ 0x6c, /* Old Flags: object, Oi2 */
+/* 2 */ NdrFcLong( 0x0 ), /* 0 */
+/* 6 */ NdrFcShort( 0x3 ), /* 3 */
+/* 8 */ NdrFcShort( 0x8 ), /* x86 Stack size/offset = 8 */
+/* 10 */ NdrFcShort( 0x0 ), /* 0 */
+/* 12 */ NdrFcShort( 0x8 ), /* 8 */
+/* 14 */ 0x44, /* Oi2 Flags: has return, has ext, */
+ 0x1, /* 1 */
+/* 16 */ 0x8, /* 8 */
+ 0x1, /* Ext Flags: new corr desc, */
+/* 18 */ NdrFcShort( 0x0 ), /* 0 */
+/* 20 */ NdrFcShort( 0x0 ), /* 0 */
+/* 22 */ NdrFcShort( 0x0 ), /* 0 */
+
+ /* Return value */
+
+/* 24 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
+/* 26 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
+/* 28 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Procedure Disconnect */
+
+
+ /* Procedure OnRdpClosed */
+
+/* 30 */ 0x33, /* FC_AUTO_HANDLE */
+ 0x6c, /* Old Flags: object, Oi2 */
+/* 32 */ NdrFcLong( 0x0 ), /* 0 */
+/* 36 */ NdrFcShort( 0x4 ), /* 4 */
+/* 38 */ NdrFcShort( 0x8 ), /* x86 Stack size/offset = 8 */
+/* 40 */ NdrFcShort( 0x0 ), /* 0 */
+/* 42 */ NdrFcShort( 0x8 ), /* 8 */
+/* 44 */ 0x44, /* Oi2 Flags: has return, has ext, */
+ 0x1, /* 1 */
+/* 46 */ 0x8, /* 8 */
+ 0x1, /* Ext Flags: new corr desc, */
+/* 48 */ NdrFcShort( 0x0 ), /* 0 */
+/* 50 */ NdrFcShort( 0x0 ), /* 0 */
+/* 52 */ NdrFcShort( 0x0 ), /* 0 */
+
+ /* Return value */
+
+
+ /* Return value */
+
+/* 54 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
+/* 56 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
+/* 58 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Procedure Connect */
+
+/* 60 */ 0x33, /* FC_AUTO_HANDLE */
+ 0x6c, /* Old Flags: object, Oi2 */
+/* 62 */ NdrFcLong( 0x0 ), /* 0 */
+/* 66 */ NdrFcShort( 0x3 ), /* 3 */
+/* 68 */ NdrFcShort( 0x24 ), /* x86 Stack size/offset = 36 */
+/* 70 */ NdrFcShort( 0x28 ), /* 40 */
+/* 72 */ NdrFcShort( 0x8 ), /* 8 */
+/* 74 */ 0x46, /* Oi2 Flags: clt must size, has return, has ext, */
+ 0x8, /* 8 */
+/* 76 */ 0x8, /* 8 */
+ 0x5, /* Ext Flags: new corr desc, srv corr check, */
+/* 78 */ NdrFcShort( 0x0 ), /* 0 */
+/* 80 */ NdrFcShort( 0x1 ), /* 1 */
+/* 82 */ NdrFcShort( 0x0 ), /* 0 */
+
+ /* Parameter width */
+
+/* 84 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 86 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
+/* 88 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter height */
+
+/* 90 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 92 */ NdrFcShort( 0x8 ), /* x86 Stack size/offset = 8 */
+/* 94 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter dpi_x */
+
+/* 96 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 98 */ NdrFcShort( 0xc ), /* x86 Stack size/offset = 12 */
+/* 100 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter dpi_y */
+
+/* 102 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 104 */ NdrFcShort( 0x10 ), /* x86 Stack size/offset = 16 */
+/* 106 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter terminal_id */
+
+/* 108 */ NdrFcShort( 0x8b ), /* Flags: must size, must free, in, by val, */
+/* 110 */ NdrFcShort( 0x14 ), /* x86 Stack size/offset = 20 */
+/* 112 */ NdrFcShort( 0x1c ), /* Type Offset=28 */
+
+ /* Parameter port_number */
+
+/* 114 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 116 */ NdrFcShort( 0x18 ), /* x86 Stack size/offset = 24 */
+/* 118 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter event_handler */
+
+/* 120 */ NdrFcShort( 0xb ), /* Flags: must size, must free, in, */
+/* 122 */ NdrFcShort( 0x1c ), /* x86 Stack size/offset = 28 */
+/* 124 */ NdrFcShort( 0x26 ), /* Type Offset=38 */
+
+ /* Return value */
+
+/* 126 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
+/* 128 */ NdrFcShort( 0x20 ), /* x86 Stack size/offset = 32 */
+/* 130 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Procedure ChangeResolution */
+
+/* 132 */ 0x33, /* FC_AUTO_HANDLE */
+ 0x6c, /* Old Flags: object, Oi2 */
+/* 134 */ NdrFcLong( 0x0 ), /* 0 */
+/* 138 */ NdrFcShort( 0x5 ), /* 5 */
+/* 140 */ NdrFcShort( 0x18 ), /* x86 Stack size/offset = 24 */
+/* 142 */ NdrFcShort( 0x20 ), /* 32 */
+/* 144 */ NdrFcShort( 0x8 ), /* 8 */
+/* 146 */ 0x44, /* Oi2 Flags: has return, has ext, */
+ 0x5, /* 5 */
+/* 148 */ 0x8, /* 8 */
+ 0x1, /* Ext Flags: new corr desc, */
+/* 150 */ NdrFcShort( 0x0 ), /* 0 */
+/* 152 */ NdrFcShort( 0x0 ), /* 0 */
+/* 154 */ NdrFcShort( 0x0 ), /* 0 */
+
+ /* Parameter width */
+
+/* 156 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 158 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
+/* 160 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter height */
+
+/* 162 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 164 */ NdrFcShort( 0x8 ), /* x86 Stack size/offset = 8 */
+/* 166 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter dpi_x */
+
+/* 168 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 170 */ NdrFcShort( 0xc ), /* x86 Stack size/offset = 12 */
+/* 172 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Parameter dpi_y */
+
+/* 174 */ NdrFcShort( 0x48 ), /* Flags: in, base type, */
+/* 176 */ NdrFcShort( 0x10 ), /* x86 Stack size/offset = 16 */
+/* 178 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Return value */
+
+/* 180 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
+/* 182 */ NdrFcShort( 0x14 ), /* x86 Stack size/offset = 20 */
+/* 184 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ /* Procedure InjectSas */
+
+/* 186 */ 0x33, /* FC_AUTO_HANDLE */
+ 0x6c, /* Old Flags: object, Oi2 */
+/* 188 */ NdrFcLong( 0x0 ), /* 0 */
+/* 192 */ NdrFcShort( 0x6 ), /* 6 */
+/* 194 */ NdrFcShort( 0x8 ), /* x86 Stack size/offset = 8 */
+/* 196 */ NdrFcShort( 0x0 ), /* 0 */
+/* 198 */ NdrFcShort( 0x8 ), /* 8 */
+/* 200 */ 0x44, /* Oi2 Flags: has return, has ext, */
+ 0x1, /* 1 */
+/* 202 */ 0x8, /* 8 */
+ 0x1, /* Ext Flags: new corr desc, */
+/* 204 */ NdrFcShort( 0x0 ), /* 0 */
+/* 206 */ NdrFcShort( 0x0 ), /* 0 */
+/* 208 */ NdrFcShort( 0x0 ), /* 0 */
+
+ /* Return value */
+
+/* 210 */ NdrFcShort( 0x70 ), /* Flags: out, return, base type, */
+/* 212 */ NdrFcShort( 0x4 ), /* x86 Stack size/offset = 4 */
+/* 214 */ 0x8, /* FC_LONG */
+ 0x0, /* 0 */
+
+ 0x0
+ }
+ };
+
+static const chromoting_lib_MIDL_TYPE_FORMAT_STRING chromoting_lib__MIDL_TypeFormatString =
+ {
+ 0,
+ {
+ NdrFcShort( 0x0 ), /* 0 */
+/* 2 */
+ 0x12, 0x0, /* FC_UP */
+/* 4 */ NdrFcShort( 0xe ), /* Offset= 14 (18) */
+/* 6 */
+ 0x1b, /* FC_CARRAY */
+ 0x1, /* 1 */
+/* 8 */ NdrFcShort( 0x2 ), /* 2 */
+/* 10 */ 0x9, /* Corr desc: FC_ULONG */
+ 0x0, /* */
+/* 12 */ NdrFcShort( 0xfffc ), /* -4 */
+/* 14 */ NdrFcShort( 0x1 ), /* Corr flags: early, */
+/* 16 */ 0x6, /* FC_SHORT */
+ 0x5b, /* FC_END */
+/* 18 */
+ 0x17, /* FC_CSTRUCT */
+ 0x3, /* 3 */
+/* 20 */ NdrFcShort( 0x8 ), /* 8 */
+/* 22 */ NdrFcShort( 0xfff0 ), /* Offset= -16 (6) */
+/* 24 */ 0x8, /* FC_LONG */
+ 0x8, /* FC_LONG */
+/* 26 */ 0x5c, /* FC_PAD */
+ 0x5b, /* FC_END */
+/* 28 */ 0xb4, /* FC_USER_MARSHAL */
+ 0x83, /* 131 */
+/* 30 */ NdrFcShort( 0x0 ), /* 0 */
+/* 32 */ NdrFcShort( 0x4 ), /* 4 */
+/* 34 */ NdrFcShort( 0x0 ), /* 0 */
+/* 36 */ NdrFcShort( 0xffde ), /* Offset= -34 (2) */
+/* 38 */
+ 0x2f, /* FC_IP */
+ 0x5a, /* FC_CONSTANT_IID */
+/* 40 */ NdrFcLong( 0xb59b96da ), /* -1248094502 */
+/* 44 */ NdrFcShort( 0x83cb ), /* -31797 */
+/* 46 */ NdrFcShort( 0x40ee ), /* 16622 */
+/* 48 */ 0x9b, /* 155 */
+ 0x91, /* 145 */
+/* 50 */ 0xc3, /* 195 */
+ 0x77, /* 119 */
+/* 52 */ 0x40, /* 64 */
+ 0xf, /* 15 */
+/* 54 */ 0xc3, /* 195 */
+ 0xe3, /* 227 */
+
+ 0x0
+ }
+ };
+
+static const USER_MARSHAL_ROUTINE_QUADRUPLE UserMarshalRoutines[ WIRE_MARSHAL_TABLE_SIZE ] =
+ {
+
+ {
+ BSTR_UserSize
+ ,BSTR_UserMarshal
+ ,BSTR_UserUnmarshal
+ ,BSTR_UserFree
+ }
+
+ };
+
+
+
+/* Object interface: IUnknown, ver. 0.0,
+ GUID={0x00000000,0x0000,0x0000,{0xC0,0x00,0x00,0x00,0x00,0x00,0x00,0x46}} */
+
+
+/* Object interface: IRdpDesktopSessionEventHandler, ver. 0.0,
+ GUID={0xb59b96da,0x83cb,0x40ee,{0x9b,0x91,0xc3,0x77,0x40,0x0f,0xc3,0xe3}} */
+
+#pragma code_seg(".orpc")
+static const unsigned short IRdpDesktopSessionEventHandler_FormatStringOffsetTable[] =
+ {
+ 0,
+ 30
+ };
+
+static const MIDL_STUBLESS_PROXY_INFO IRdpDesktopSessionEventHandler_ProxyInfo =
+ {
+ &Object_StubDesc,
+ chromoting_lib__MIDL_ProcFormatString.Format,
+ &IRdpDesktopSessionEventHandler_FormatStringOffsetTable[-3],
+ 0,
+ 0,
+ 0
+ };
+
+
+static const MIDL_SERVER_INFO IRdpDesktopSessionEventHandler_ServerInfo =
+ {
+ &Object_StubDesc,
+ 0,
+ chromoting_lib__MIDL_ProcFormatString.Format,
+ &IRdpDesktopSessionEventHandler_FormatStringOffsetTable[-3],
+ 0,
+ 0,
+ 0,
+ 0};
+CINTERFACE_PROXY_VTABLE(5) _IRdpDesktopSessionEventHandlerProxyVtbl =
+{
+ &IRdpDesktopSessionEventHandler_ProxyInfo,
+ &IID_IRdpDesktopSessionEventHandler,
+ IUnknown_QueryInterface_Proxy,
+ IUnknown_AddRef_Proxy,
+ IUnknown_Release_Proxy ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSessionEventHandler::OnRdpConnected */ ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSessionEventHandler::OnRdpClosed */
+};
+
+const CInterfaceStubVtbl _IRdpDesktopSessionEventHandlerStubVtbl =
+{
+ &IID_IRdpDesktopSessionEventHandler,
+ &IRdpDesktopSessionEventHandler_ServerInfo,
+ 5,
+ 0, /* pure interpreted */
+ CStdStubBuffer_METHODS
+};
+
+
+/* Object interface: IRdpDesktopSession, ver. 0.0,
+ GUID={0x6a7699f0,0xee43,0x43e7,{0xaa,0x30,0xa6,0x73,0x8f,0x9b,0xd4,0x70}} */
+
+#pragma code_seg(".orpc")
+static const unsigned short IRdpDesktopSession_FormatStringOffsetTable[] =
+ {
+ 60,
+ 30,
+ 132,
+ 186
+ };
+
+static const MIDL_STUBLESS_PROXY_INFO IRdpDesktopSession_ProxyInfo =
+ {
+ &Object_StubDesc,
+ chromoting_lib__MIDL_ProcFormatString.Format,
+ &IRdpDesktopSession_FormatStringOffsetTable[-3],
+ 0,
+ 0,
+ 0
+ };
+
+
+static const MIDL_SERVER_INFO IRdpDesktopSession_ServerInfo =
+ {
+ &Object_StubDesc,
+ 0,
+ chromoting_lib__MIDL_ProcFormatString.Format,
+ &IRdpDesktopSession_FormatStringOffsetTable[-3],
+ 0,
+ 0,
+ 0,
+ 0};
+CINTERFACE_PROXY_VTABLE(7) _IRdpDesktopSessionProxyVtbl =
+{
+ &IRdpDesktopSession_ProxyInfo,
+ &IID_IRdpDesktopSession,
+ IUnknown_QueryInterface_Proxy,
+ IUnknown_AddRef_Proxy,
+ IUnknown_Release_Proxy ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSession::Connect */ ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSession::Disconnect */ ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSession::ChangeResolution */ ,
+ (void *) (INT_PTR) -1 /* IRdpDesktopSession::InjectSas */
+};
+
+const CInterfaceStubVtbl _IRdpDesktopSessionStubVtbl =
+{
+ &IID_IRdpDesktopSession,
+ &IRdpDesktopSession_ServerInfo,
+ 7,
+ 0, /* pure interpreted */
+ CStdStubBuffer_METHODS
+};
+
+static const MIDL_STUB_DESC Object_StubDesc =
+ {
+ 0,
+ NdrOleAllocate,
+ NdrOleFree,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ chromoting_lib__MIDL_TypeFormatString.Format,
+ 1, /* -error bounds_check flag */
+ 0x50002, /* Ndr library version */
+ 0,
+ 0x801026e, /* MIDL Version 8.1.622 */
+ 0,
+ UserMarshalRoutines,
+ 0, /* notify & notify_flag routine table */
+ 0x1, /* MIDL flag */
+ 0, /* cs routines */
+ 0, /* proxy/server info */
+ 0
+ };
+
+const CInterfaceProxyVtbl * const _chromoting_lib_ProxyVtblList[] =
+{
+ ( CInterfaceProxyVtbl *) &_IRdpDesktopSessionEventHandlerProxyVtbl,
+ ( CInterfaceProxyVtbl *) &_IRdpDesktopSessionProxyVtbl,
+ 0
+};
+
+const CInterfaceStubVtbl * const _chromoting_lib_StubVtblList[] =
+{
+ ( CInterfaceStubVtbl *) &_IRdpDesktopSessionEventHandlerStubVtbl,
+ ( CInterfaceStubVtbl *) &_IRdpDesktopSessionStubVtbl,
+ 0
+};
+
+PCInterfaceName const _chromoting_lib_InterfaceNamesList[] =
+{
+ "IRdpDesktopSessionEventHandler",
+ "IRdpDesktopSession",
+ 0
+};
+
+
+#define _chromoting_lib_CHECK_IID(n) IID_GENERIC_CHECK_IID( _chromoting_lib, pIID, n)
+
+int __stdcall _chromoting_lib_IID_Lookup( const IID * pIID, int * pIndex )
+{
+ IID_BS_LOOKUP_SETUP
+
+ IID_BS_LOOKUP_INITIAL_TEST( _chromoting_lib, 2, 1 )
+ IID_BS_LOOKUP_RETURN_RESULT( _chromoting_lib, 2, *pIndex )
+
+}
+
+const ExtendedProxyFileInfo chromoting_lib_ProxyFileInfo =
+{
+ (PCInterfaceProxyVtblList *) & _chromoting_lib_ProxyVtblList,
+ (PCInterfaceStubVtblList *) & _chromoting_lib_StubVtblList,
+ (const PCInterfaceName * ) & _chromoting_lib_InterfaceNamesList,
+ 0, /* no delegation */
+ & _chromoting_lib_IID_Lookup,
+ 2,
+ 2,
+ 0, /* table of [async_uuid] interfaces */
+ 0, /* Filler1 */
+ 0, /* Filler2 */
+ 0 /* Filler3 */
+};
+#if _MSC_VER >= 1200
+#pragma warning(pop)
+#endif
+
+
+#endif /* !defined(_M_IA64) && !defined(_M_AMD64) && !defined(_ARM_) */
+