IFsiItem::get_LastModifiedTime method (imapi2fs.h)

Retrieves the date and time that the directory or file item was last modified in the file system image.

Syntax

HRESULT get_LastModifiedTime(
  [out] DATE *pVal
);

Parameters

[out] pVal

Date and time that the directory or file item was last modified in the file system image, according to UTC time.

Return value

S_OK is returned on success, but other success codes may be returned as a result of implementation.

Remarks

When implementing this method, a few things should be taken into consideration:

UDFS (UDF) will use the value provided by IFsiItem::put_LastModifiedTime as both the CreationTime and LastModifiedTime.

CDFS (ISO 9660) uses the date/time of recording as the CreationTime and LastModifiedTime. As a result, CDFS sets the value of LastModifiedTime to 0.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header imapi2fs.h

See also

IFsiItem

IFsiItem::put_LastModifiedTime