IExtractImage2::GetDateStamp method

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

Minimum supported client

Windows 2000 Professional, Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Shobjidl.h

DLL

Shell32.dll (version 5.0 or later)

 

 

Show: