Example #1
0
		public Int32 SetCandidateWindow(Int32 hIMC, __MIDL___MIDL_itf_mshtml_0001_0042_0005 pCandidate)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(hIMC, pCandidate);
			object returnItem = Invoker.MethodReturn(this, "SetCandidateWindow", paramsArray);
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}
Example #2
0
		public Int32 GetCandidateWindow(Int32 hIMC, Int32 dwIndex, out __MIDL___MIDL_itf_mshtml_0001_0042_0005 pCandidate)
		{
			ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false,false,true);
			pCandidate = new NetOffice.MSHTMLApi.__MIDL___MIDL_itf_mshtml_0001_0042_0005();
			object[] paramsArray = Invoker.ValidateParamsArray(hIMC, dwIndex, pCandidate);
			object returnItem = Invoker.MethodReturn(this, "GetCandidateWindow", paramsArray);
			pCandidate = (__MIDL___MIDL_itf_mshtml_0001_0042_0005)paramsArray[2];
			return NetRuntimeSystem.Convert.ToInt32(returnItem);
		}