IExtractImage2::GetDateStamp method (shobjidl_core.h)

Requests the date the image was last modified. This method allows the Shell to determine whether cached images are out-of-date.

Syntax

HRESULT GetDateStamp(
  FILETIME *pDateStamp
);

Parameters

pDateStamp

Type: FILETIME*

A pointer to a FILETIME structure used to return the last time the image was modified.

Return value

Type: HRESULT

Return S_OK if successful, or a COM-defined error code otherwise.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional, Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header shobjidl_core.h (include Shobjidl.h)
DLL Shell32.dll (version 5.0 or later)