IHTMLWindow2::history Property
Retrieves an interface pointer to a history object that contains information about all the URLs that the client has visited.
Syntax
HRESULT IHTMLWindow2::get_history(IOmHistory **p);
Parameters
- p
Address of a pointer to an IOmHistory interface that receives the history object.
Return Value
Returns S_OK if successful, or an error value otherwise.