IFsiItem::get_LastAccessedTime method (imapi2fs.h)
Retrieves the date and time the directory or file item was last accessed in the file system image.
Syntax
HRESULT get_LastAccessedTime(
[out] DATE *pVal
);
Parameters
[out] pVal
Date and time that the item directory or file was last accessed 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
UDFS (UDF) uses the LastAccessedTime value for the CreationTime, as IMAPI does not currently support the CreationTime extended attribute.
CDFS (ISO 9660) sets the LastAccessedTime value retrieved by this method to 0, as only the recording time is stored within the File/Directory descriptor.
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 |