Beispiel #1
0
		public Int32 SetCompositionWindow(Int32 hIMC, __MIDL___MIDL_itf_mshtml_0001_0042_0006 pCompForm)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(hIMC, pCompForm);
			object returnItem = Invoker.MethodReturn(this, "SetCompositionWindow", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
Beispiel #2
0
		public Int32 GetCompositionWindow(Int32 hIMC, out __MIDL___MIDL_itf_mshtml_0001_0042_0006 pCompForm)
		{
			ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true);
			pCompForm = new NetOffice.MSHTMLApi.__MIDL___MIDL_itf_mshtml_0001_0042_0006();
			object[] paramsArray = Invoker.ValidateParamsArray(hIMC, pCompForm);
			object returnItem = Invoker.MethodReturn(this, "GetCompositionWindow", paramsArray);
			pCompForm = (__MIDL___MIDL_itf_mshtml_0001_0042_0006)paramsArray[1];
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}