Lines Matching refs:HRESULT

87     [id(100)] HRESULT GoBack();
88 [id(101)] HRESULT GoForward();
89 [id(102)] HRESULT GoHome();
90 [id(103)] HRESULT GoSearch();
93 HRESULT Navigate(
100 [id(DISPID_REFRESH)] HRESULT Refresh();
101 [id(105)] HRESULT Refresh2([in, optional] VARIANT *Level);
102 [id(106)] HRESULT Stop();
103 [id(200), propget] HRESULT Application([out, retval] IDispatch** ppDisp);
104 [id(201), propget] HRESULT Parent([out, retval] IDispatch** ppDisp);
105 [id(202), propget] HRESULT Container([out, retval] IDispatch** ppDisp);
106 [id(203), propget] HRESULT Document([out, retval] IDispatch** ppDisp);
107 [id(204), propget] HRESULT TopLevelContainer([out, retval] VARIANT_BOOL* pBool);
108 [id(205), propget] HRESULT Type([out, retval] BSTR* Type);
109 [id(206), propget] HRESULT Left([out, retval] long *pl);
110 [id(206), propput] HRESULT Left([in] long Left);
111 [id(207), propget] HRESULT Top([out, retval] long *pl);
112 [id(207), propput] HRESULT Top([in] long Top);
113 [id(208), propget] HRESULT Width([out, retval] long *pl);
114 [id(208), propput] HRESULT Width([in] long Width);
115 [id(209), propget] HRESULT Height([out, retval] long *pl);
116 [id(209), propput] HRESULT Height([in] long Height);
117 [id(210), propget] HRESULT LocationName([out, retval] BSTR *LocationName);
118 [id(211), propget] HRESULT LocationURL([out, retval] BSTR *LocationURL);
119 [id(212), propget] HRESULT Busy([out, retval] VARIANT_BOOL *pBool);
231 [id(300)] HRESULT Quit();
232 [id(301)] HRESULT ClientToWindow([in,out] int* pcx, [in,out] int* pcy);
233 [id(302)] HRESULT PutProperty([in] BSTR Property, [in] VARIANT vtValue);
234 [id(303)] HRESULT GetProperty([in] BSTR Property, [out, retval] VARIANT *pvtValue);
235 [id(0), propget] HRESULT Name([out, retval] BSTR* Name);
236 [id(DISPID_HWND), propget] HRESULT HWND([out, retval] long *pHWND);
237 [id(400), propget] HRESULT FullName([out, retval] BSTR* FullName);
238 [id(401), propget] HRESULT Path([out, retval] BSTR* Path);
239 [id(402), propget] HRESULT Visible([out, retval] VARIANT_BOOL* pBool);
240 [id(402), propput] HRESULT Visible([in] VARIANT_BOOL Value);
241 [id(403), propget] HRESULT StatusBar([out, retval] VARIANT_BOOL* pBool);
242 [id(403), propput] HRESULT StatusBar([in] VARIANT_BOOL Value);
243 [id(404), propget] HRESULT StatusText([out, retval] BSTR *StatusText);
244 [id(404), propput] HRESULT StatusText([in] BSTR StatusText);
245 [id(405), propget] HRESULT ToolBar([out, retval] int * Value);
246 [id(405), propput] HRESULT ToolBar([in] int Value);
247 [id(406), propget] HRESULT MenuBar([out, retval] VARIANT_BOOL *Value);
248 [id(406), propput] HRESULT MenuBar([in] VARIANT_BOOL Value);
249 [id(407), propget] HRESULT FullScreen([out, retval] VARIANT_BOOL *pbFullScreen);
250 [id(407), propput] HRESULT FullScreen([in] VARIANT_BOOL bFullScreen);
265 [id(500)] HRESULT Navigate2(
272 [id(501)] HRESULT QueryStatusWB(
276 [id(502)] HRESULT ExecWB(
282 [id(503)] HRESULT ShowBrowserBar(
288 HRESULT ReadyState([out, retval] READYSTATE *plReadyState);
290 [id(550), propget] HRESULT Offline([out, retval] VARIANT_BOOL *pbOffline);
291 [id(550), propput] HRESULT Offline([in] VARIANT_BOOL bOffline);
292 [id(551), propget] HRESULT Silent([out, retval] VARIANT_BOOL *pbSilent);
293 [id(551), propput] HRESULT Silent([in] VARIANT_BOOL bSilent);
294 [id(552), propget] HRESULT RegisterAsBrowser([out, retval] VARIANT_BOOL *pbRegister);
295 [id(552), propput] HRESULT RegisterAsBrowser([in] VARIANT_BOOL bRegister);
296 [id(553), propget] HRESULT RegisterAsDropTarget([out, retval] VARIANT_BOOL *pbRegister);
297 [id(553), propput] HRESULT RegisterAsDropTarget([in] VARIANT_BOOL bRegister);
298 [id(554), propget] HRESULT TheaterMode([out, retval] VARIANT_BOOL *pbRegister);
299 [id(554), propput] HRESULT TheaterMode([in] VARIANT_BOOL bRegister);
300 [id(555), propget] HRESULT AddressBar([out, retval] VARIANT_BOOL *Value);
301 [id(555), propput] HRESULT AddressBar([in] VARIANT_BOOL Value);
302 [id(556), propget] HRESULT Resizable([out, retval] VARIANT_BOOL *Value);
303 [id(556), propput] HRESULT Resizable([in] VARIANT_BOOL Value);
536 [propget] HRESULT Count([out, retval] long *Count);
538 [id(0)] HRESULT Item(
542 [id(-4)] HRESULT _NewEnum([out, retval] IUnknown **ppunk);
544 [hidden] HRESULT Register(
550 [hidden] HRESULT RegisterPending(
557 [hidden] HRESULT Revoke([in] long lCookie);
558 [hidden] HRESULT OnNavigate([in] long lCookie, [in] VARIANT *pvarLoc);
559 [hidden] HRESULT OnActivated([in] long lCookie, [in] VARIANT_BOOL fActive);
560 [hidden] HRESULT FindWindowSW(
568 [hidden] HRESULT OnCreated([in] long lCookie, [in] IUnknown *punk);
569 [hidden] HRESULT ProcessAttachDetach([in] VARIANT_BOOL fAttach);
588 [id(1), hidden] HRESULT ResetFirstBootMode();
589 [id(2), hidden] HRESULT ResetSafeMode();
590 [id(3), hidden] HRESULT RefreshOfflineDesktop();
592 [id(4)] HRESULT AddFavorite(
596 [id(5)] HRESULT AddChannel([in] BSTR URL);
598 [id(6)] HRESULT AddDesktopComponent(
606 [id(7)] HRESULT IsSubscribed(
610 [id(8)] HRESULT NavigateAndFind(
615 [id(9)] HRESULT ImportExportFavorites(
619 [id(10)] HRESULT AutoCompleteSaveForm([in, optional] VARIANT *Form);
621 [id(11)] HRESULT AutoScan(
626 [id(12), hidden] HRESULT AutoCompleteAttach([in, optional] VARIANT *Reserved);
628 [id(13)] HRESULT ShowBrowserUI(
669 [id(1)] HRESULT MoveSelectionUp();
670 [id(2)] HRESULT MoveSelectionDown();
671 [id(3)] HRESULT ResetSort();
672 [id(4)] HRESULT NewFolder();
673 [id(5)] HRESULT Synchronize();
674 [id(6)] HRESULT Import();
675 [id(7)] HRESULT Export();
676 [id(8)] HRESULT InvokeContextMenuCommand([in] BSTR strCommand);
677 [id(9)] HRESULT MoveSelectionTo();
678 [id(10), propget] HRESULT SubscriptionsEnabled([out, retval] VARIANT_BOOL *pBool);
679 [id(11)] HRESULT CreateSubscriptionForSelection([out, retval] VARIANT_BOOL *pBool);
680 [id(12)] HRESULT DeleteSubscriptionForSelection([out, retval] VARIANT_BOOL *pBool);
681 [id(13)] HRESULT SetRoot([in] BSTR bstrFullPath);
692 [id(14), propget] HRESULT EnumOptions([out, retval] long* pgrfEnumFlags);
693 [id(14), propput] HRESULT EnumOptions([in] long pgrfEnumFlags);
695 [id(15), propget] HRESULT SelectedItem([out, retval] IDispatch **pItem);
696 [id(15), propput] HRESULT SelectedItem([in] IDispatch *pItem);
698 [id(16), propget] HRESULT Root([out, retval] VARIANT *pvar);
699 [id(16), propput] HRESULT Root([in] VARIANT pvar);
701 [id(17), propget] HRESULT Depth([out, retval] int *piDepth);
702 [id(17), propput] HRESULT Depth([in] int piDepth);
704 [id(18), propget] HRESULT Mode([out, retval] unsigned int *puMode);
705 [id(18), propput] HRESULT Mode([in] unsigned int puMode);
707 [id(19), propget] HRESULT Flags([out, retval] unsigned long *pdwFlags);
708 [id(19), propput] HRESULT Flags([in] unsigned long pdwFlags);
710 [id(20), propput] HRESULT TVFlags([in] unsigned long dwFlags);
711 [id(20), propget] HRESULT TVFlags([out, retval] unsigned long *dwFlags);
713 [id(21), propget] HRESULT Columns([out, retval] BSTR *bstrColumns);
714 [id(21), propput] HRESULT Columns([in] BSTR bstrColumns);
716 [id(22), propget] HRESULT CountViewTypes([out, retval] int *piTypes);
718 [id(23)] HRESULT SetViewType([in] int iType);
719 [id(24)] HRESULT SelectedItems([out, retval] IDispatch **ppid);
720 [id(25)] HRESULT Expand([in] VARIANT var, int iDepth);
721 [id(26)] HRESULT UnselectAll();
748 [id(10)] HRESULT advanceError();
749 [id(11)] HRESULT retreatError();
750 [id(12)] HRESULT canAdvanceError([out, retval] long *pfCanAdvance);
751 [id(13)] HRESULT canRetreatError([out, retval] long *pfCanRetreat);
752 [id(14)] HRESULT getErrorLine([out, retval] long *plLine);
753 [id(15)] HRESULT getErrorChar([out, retval] long *plChar);
754 [id(16)] HRESULT getErrorCode([out, retval] long *plCode);
755 [id(17)] HRESULT getErrorMsg([out, retval] BSTR *pstr);
756 [id(18)] HRESULT getErrorUrl([out, retval] BSTR *pstr);
757 [id(23)] HRESULT getAlwaysShowLockState([out, retval] long *pfAlwaysShowLocked);
758 [id(19)] HRESULT getDetailsPaneOpen([out, retval] long *pfDetailsPaneOpen);
759 [id(20)] HRESULT setDetailsPaneOpen(long fDetailsPaneOpen);
760 [id(21)] HRESULT getPerErrorDisplay([out, retval] long *pfPerErrorDisplay);
761 [id(22)] HRESULT setPerErrorDisplay(long fPerErrorDisplay);
780 [propget] HRESULT Title([out, retval] BSTR *pbstrTitle);
781 [propget] HRESULT Id([out, retval] BSTR *pbstrId);
782 [propget] HRESULT URL([out, retval] BSTR *pbstrUrl);
793 [propget] HRESULT Count([out, retval] long *plCount);
794 [propget] HRESULT Default([out, retval] BSTR *pbstrDefault);
796 HRESULT Item(
800 [id(-4)] HRESULT _NewEnum([out, retval] IUnknown **ppunk);
811 [id(1)] HRESULT AddNextMenuItem([in] BSTR bstrText, [in] long idItem);
812 [id(2)] HRESULT SetDefaultSearchUrl([in] BSTR bstrUrl);
813 [id(3)] HRESULT NavigateToDefaultSearch();
815 [id(4)] HRESULT IsRestricted(
819 [id(5), propget] HRESULT ShellFeaturesEnabled([out, retval] VARIANT_BOOL *pVal);
820 [id(6), propget] HRESULT SearchAssistantDefault([out, retval] VARIANT_BOOL *pVal);
821 [id(7), propget] HRESULT Searches([out, retval] ISearches **ppid);
822 [id(8), propget] HRESULT InWebFolder([out, retval] VARIANT_BOOL *pVal);
824 [id(9)] HRESULT PutProperty(
829 [id(10)] HRESULT GetProperty(
834 [id(11), propput] HRESULT EventHandled([in] VARIANT_BOOL rhs);
835 [id(12)] HRESULT ResetNextMenu();
836 [id(13)] HRESULT FindOnWeb();
837 [id(14)] HRESULT FindFilesOrFolders();
838 [id(15)] HRESULT FindComputer();
839 [id(16)] HRESULT FindPrinter();
840 [id(17)] HRESULT FindPeople();
842 [id(18)] HRESULT GetSearchAssistantURL(
847 [id(19)] HRESULT NotifySearchSettingsChanged();
849 [id(20), propput] HRESULT ASProvider([in] BSTR pProvider);
850 [id(20), propget] HRESULT ASProvider([out, retval] BSTR *pProvider);
852 [id(21), propput] HRESULT ASSetting([in] int pSetting);
853 [id(21), propget] HRESULT ASSetting([out, retval] int *pSetting);
855 [id(22)] HRESULT NETDetectNextNavigate();
856 [id(23)] HRESULT PutFindText([in] BSTR FindText);
857 [id(24), propget] HRESULT Version([out, retval] int *pVersion);
859 [id(25)] HRESULT EncodeString(
874 [id(26), propget] HRESULT ShowFindPrinter([out, retval] VARIANT_BOOL *pbShowFindPrinter);
885 [id(27), propget] HRESULT SearchCompanionAvailable([out, retval] VARIANT_BOOL *pbAvailable);
887 [id(28), propput] HRESULT UseSearchCompanion([in] VARIANT_BOOL pbUseSC);
888 [id(28), propget] HRESULT UseSearchCompanion([out, retval] VARIANT_BOOL *pbUseSC);