import"IWebHistoryItemPrivate.idl";
|
| HRESULT | initFromDictionaryRepresentation ([in] void *dictionary) |
| |
| HRESULT | dictionaryRepresentation ([out, retval] void **dictionary) |
| |
| HRESULT | visitCount ([out, retval] int *count) |
| |
| HRESULT | setVisitCount ([in] int count) |
| |
| HRESULT | hasURLString ([out, retval] BOOL *hasURL) |
| |
| HRESULT | mergeAutoCompleteHints ([in] IWebHistoryItem *otherItem) |
| |
| HRESULT | setLastVisitedTimeInterval ([in] DATE time) |
| |
| HRESULT | setTitle ([in] BSTR title) |
| |
| HRESULT | RSSFeedReferrer ([out, retval] BSTR *url) |
| |
| HRESULT | setRSSFeedReferrer ([in] BSTR url) |
| |
| HRESULT | hasPageCache ([out, retval] BOOL *hasCache) |
| |
| HRESULT | setHasPageCache ([in] BOOL hasCache) |
| |
| HRESULT | target ([out, retval] BSTR *target) |
| |
| HRESULT | isTargetItem ([out, retval] BOOL *result) |
| |
| HRESULT | children ([out] unsigned *childCount, [out, retval] SAFEARRAY **children) |
| |
| HRESULT | lastVisitWasFailure ([out, retval] BOOL *wasFailure) |
| |
| HRESULT | setLastVisitWasFailure ([in] BOOL wasFailure) |
| |
| HRESULT | lastVisitWasHTTPNonGet ([out, retval] BOOL *HTTPNonGet) |
| |
| HRESULT | setLastVisitWasHTTPNonGet ([in] BOOL wasHTTPNonGet) |
| |
| HRESULT | redirectURLs ([out, retval] IEnumVARIANT **result) |
| |
| HRESULT | visitedWithTitle ([in] BSTR title, [in] BOOL increaseVisitCount) |
| |
| HRESULT | getDailyVisitCounts ([out] int *number, [out, retval] int **counts) |
| |
| HRESULT | getWeeklyVisitCounts ([out] int *number, [out, retval] int **counts) |
| |
| HRESULT | recordInitialVisit () |
| |
◆ children()
| HRESULT IWebHistoryItemPrivate::children |
( |
[out] unsigned * |
childCount, |
|
|
[out, retval] SAFEARRAY ** |
children |
|
) |
| |
◆ dictionaryRepresentation()
| HRESULT IWebHistoryItemPrivate::dictionaryRepresentation |
( |
[out, retval] void ** |
dictionary | ) |
|
◆ getDailyVisitCounts()
| HRESULT IWebHistoryItemPrivate::getDailyVisitCounts |
( |
[out] int * |
number, |
|
|
[out, retval] int ** |
counts |
|
) |
| |
◆ getWeeklyVisitCounts()
| HRESULT IWebHistoryItemPrivate::getWeeklyVisitCounts |
( |
[out] int * |
number, |
|
|
[out, retval] int ** |
counts |
|
) |
| |
◆ hasPageCache()
| HRESULT IWebHistoryItemPrivate::hasPageCache |
( |
[out, retval] BOOL * |
hasCache | ) |
|
◆ hasURLString()
| HRESULT IWebHistoryItemPrivate::hasURLString |
( |
[out, retval] BOOL * |
hasURL | ) |
|
◆ initFromDictionaryRepresentation()
| HRESULT IWebHistoryItemPrivate::initFromDictionaryRepresentation |
( |
[in] void * |
dictionary | ) |
|
◆ isTargetItem()
| HRESULT IWebHistoryItemPrivate::isTargetItem |
( |
[out, retval] BOOL * |
result | ) |
|
◆ lastVisitWasFailure()
| HRESULT IWebHistoryItemPrivate::lastVisitWasFailure |
( |
[out, retval] BOOL * |
wasFailure | ) |
|
◆ lastVisitWasHTTPNonGet()
| HRESULT IWebHistoryItemPrivate::lastVisitWasHTTPNonGet |
( |
[out, retval] BOOL * |
HTTPNonGet | ) |
|
◆ mergeAutoCompleteHints()
◆ recordInitialVisit()
| HRESULT IWebHistoryItemPrivate::recordInitialVisit |
( |
| ) |
|
◆ redirectURLs()
| HRESULT IWebHistoryItemPrivate::redirectURLs |
( |
[out, retval] IEnumVARIANT ** |
result | ) |
|
◆ RSSFeedReferrer()
| HRESULT IWebHistoryItemPrivate::RSSFeedReferrer |
( |
[out, retval] BSTR * |
url | ) |
|
◆ setHasPageCache()
| HRESULT IWebHistoryItemPrivate::setHasPageCache |
( |
[in] BOOL |
hasCache | ) |
|
◆ setLastVisitedTimeInterval()
| HRESULT IWebHistoryItemPrivate::setLastVisitedTimeInterval |
( |
[in] DATE |
time | ) |
|
◆ setLastVisitWasFailure()
| HRESULT IWebHistoryItemPrivate::setLastVisitWasFailure |
( |
[in] BOOL |
wasFailure | ) |
|
◆ setLastVisitWasHTTPNonGet()
| HRESULT IWebHistoryItemPrivate::setLastVisitWasHTTPNonGet |
( |
[in] BOOL |
wasHTTPNonGet | ) |
|
◆ setRSSFeedReferrer()
| HRESULT IWebHistoryItemPrivate::setRSSFeedReferrer |
( |
[in] BSTR |
url | ) |
|
◆ setTitle()
| HRESULT IWebHistoryItemPrivate::setTitle |
( |
[in] BSTR |
title | ) |
|
◆ setVisitCount()
| HRESULT IWebHistoryItemPrivate::setVisitCount |
( |
[in] int |
count | ) |
|
◆ target()
| HRESULT IWebHistoryItemPrivate::target |
( |
[out, retval] BSTR * |
target | ) |
|
◆ visitCount()
| HRESULT IWebHistoryItemPrivate::visitCount |
( |
[out, retval] int * |
count | ) |
|
◆ visitedWithTitle()
| HRESULT IWebHistoryItemPrivate::visitedWithTitle |
( |
[in] BSTR |
title, |
|
|
[in] BOOL |
increaseVisitCount |
|
) |
| |
The documentation for this interface was generated from the following file: