public Int32 MoveToMarkupPosition(NetOffice.MSHTMLApi.IMarkupContainer pContainer, Int32 lMP)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pContainer, lMP);
            object   returnItem  = Invoker.MethodReturn(this, "MoveToMarkupPosition", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Esempio n. 2
0
        public Int32 GetContainer(out NetOffice.MSHTMLApi.IMarkupContainer ppContainer)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true);
            ppContainer = null;
            object[] paramsArray = Invoker.ValidateParamsArray(ppContainer);
            object   returnItem  = Invoker.MethodReturn(this, "GetContainer", paramsArray, modifiers);

            ppContainer = (NetOffice.MSHTMLApi.IMarkupContainer)paramsArray[0];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Esempio n. 3
0
        public Int32 GetSelectionServices(NetOffice.MSHTMLApi.IMarkupContainer pIContainer, out NetOffice.MSHTMLApi.ISelectionServices ppSelSvc)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false, true);
            ppSelSvc = null;
            object[] paramsArray = Invoker.ValidateParamsArray(pIContainer, ppSelSvc);
            object   returnItem  = Invoker.MethodReturn(this, "GetSelectionServices", paramsArray);

            ppSelSvc = (NetOffice.MSHTMLApi.ISelectionServices)paramsArray[1];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Esempio n. 4
0
        public Int32 ParseGlobal(_userHGLOBAL hglobalHTML, Int32 dwFlags, out NetOffice.MSHTMLApi.IMarkupContainer ppContainerResult, NetOffice.MSHTMLApi.IMarkupPointer pPointerStart, NetOffice.MSHTMLApi.IMarkupPointer pPointerFinish)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false, false, true, false, false);
            ppContainerResult = null;
            object[] paramsArray = Invoker.ValidateParamsArray(hglobalHTML, dwFlags, ppContainerResult, pPointerStart, pPointerFinish);
            object   returnItem  = Invoker.MethodReturn(this, "ParseGlobal", paramsArray);

            ppContainerResult = (NetOffice.MSHTMLApi.IMarkupContainer)paramsArray[2];
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Esempio n. 5
0
        public Int32 ParseGlobalEx(_userHGLOBAL hglobalHTML, Int32 dwFlags, NetOffice.MSHTMLApi.IMarkupContainer pContext, out NetOffice.MSHTMLApi.IMarkupContainer ppContainerResult, NetOffice.MSHTMLApi.IMarkupPointer pPointerStart, NetOffice.MSHTMLApi.IMarkupPointer pPointerFinish)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(false, false, false, true, false, false);
            ppContainerResult = null;
            object[] paramsArray = Invoker.ValidateParamsArray(hglobalHTML, dwFlags, pContext, ppContainerResult, pPointerStart, pPointerFinish);
            object   returnItem  = Invoker.MethodReturn(this, "ParseGlobalEx", paramsArray, modifiers);

            if (paramsArray[3] is MarshalByRefObject)
            {
                ppContainerResult = new NetOffice.MSHTMLApi.IMarkupContainer(this, paramsArray[3]);
            }
            else
            {
                ppContainerResult = null;
            }
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public Int32 CreateMarkupContainer(out NetOffice.MSHTMLApi.IMarkupContainer ppMarkupContainer)
        {
            ParameterModifier[] modifiers = Invoker.CreateParamModifiers(true);
            ppMarkupContainer = null;
            object[] paramsArray = Invoker.ValidateParamsArray(ppMarkupContainer);
            object   returnItem  = Invoker.MethodReturn(this, "CreateMarkupContainer", paramsArray, modifiers);

            if (paramsArray[0] is MarshalByRefObject)
            {
                ppMarkupContainer = new NetOffice.MSHTMLApi.IMarkupContainer(this, paramsArray[0]);
            }
            else
            {
                ppMarkupContainer = null;
            }
            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Esempio n. 7
0
 public Int32 MoveToContainer(NetOffice.MSHTMLApi.IMarkupContainer pContainer, Int32 fAtStart)
 {
     return(Factory.ExecuteInt32MethodGet(this, "MoveToContainer", pContainer, fAtStart));
 }
Esempio n. 8
0
 public Int32 MoveToMarkupPosition(NetOffice.MSHTMLApi.IMarkupContainer pContainer, Int32 lMP)
 {
     return(Factory.ExecuteInt32MethodGet(this, "MoveToMarkupPosition", pContainer, lMP));
 }