IUrlAccessor::GetLastModified method (searchapi.h)
Gets the time stamp identifying when the URL was last modified.
Syntax
HRESULT GetLastModified(
[out] FILETIME *pftLastModified
);
Parameters
[out] pftLastModified
Type: FILETIME*
Receives a pointer to a variable of type FILETIME identifying the time stamp when the URL was last modified.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
This method is used to determine whether a URL has changed since the last time it was indexed. If the last modified time has not changed, the indexer does not process the URL's content.
Directory URLs are always processed regardless of the time stamp returned by this method.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
Target Platform | Windows |
Header | searchapi.h |
Redistributable | Windows Desktop Search (WDS) 3.0 |