IShellItemResources::SetTimes 方法 (shobjidl_core.h)
設定檔案時間。
語法
HRESULT SetTimes(
[in] const FILETIME *pftCreation,
[in] const FILETIME *pftWrite,
[in] const FILETIME *pftAccess
);
參數
[in] pftCreation
類型: const FILETIME*
建立日期和時間的指標,做為 FILETIME 結構。
[in] pftWrite
類型: const FILETIME*
寫入日期和時間的指標,做為 FILETIME 結構。
[in] pftAccess
類型: const FILETIME*
存取日期和時間的指標,做為 FILETIME 結構。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | shobjidl_core.h (包括 Shobjidl.h) |