Home | History | Annotate | Download | only in Interfaces

Lines Matching refs:out

22  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
74 HRESULT optionalSharedHistory([out, retval] IWebHistory** history);
91 HRESULT loadFromURL([in] BSTR url, [out] IWebError** error, [out, retval] BOOL* succeeded);
101 HRESULT saveToURL([in] BSTR url, [out] IWebError** error, [out, retval] BOOL* succeeded);
132 HRESULT orderedLastVisitedDays([in, out] int* count, [in] DATE* calendarDates);
144 HRESULT orderedItemsLastVisitedOnDay([in, out] int* count, [in] IWebHistoryItem** items, [in] DATE calendarDate);
153 HRESULT itemForURL([in] BSTR url, [out, retval] IWebHistoryItem** item);
168 HRESULT historyItemLimit([out, retval] int* limit);
184 HRESULT historyAgeInDaysLimit([out, retval] int* limit);