示例#1
0
		public Int32 SetCompositionFontA(Int32 hIMC, __MIDL___MIDL_itf_mshtml_0001_0042_0003 plf)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(hIMC, plf);
			object returnItem = Invoker.MethodReturn(this, "SetCompositionFontA", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
示例#2
0
		public Int32 GetCompositionFontA(Int32 hIMC, out __MIDL___MIDL_itf_mshtml_0001_0042_0003 plf)
		{
			ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,true);
			plf = new NetOffice.MSHTMLApi.__MIDL___MIDL_itf_mshtml_0001_0042_0003();
			object[] paramsArray = Invoker.ValidateParamsArray(hIMC, plf);
			object returnItem = Invoker.MethodReturn(this, "GetCompositionFontA", paramsArray);
			plf = (__MIDL___MIDL_itf_mshtml_0001_0042_0003)paramsArray[1];
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}