Skip to content

Latest commit

 

History

History
108 lines (87 loc) · 2.99 KB

nf-imapi2fs-ifsiitem-put_creationtime.md

File metadata and controls

108 lines (87 loc) · 2.99 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:imapi2fs.IFsiItem.put_CreationTime
IFsiItem::put_CreationTime (imapi2fs.h)
Sets the date and time that the directory or file item was created and added to the file system image.
IFsiItem interface [IMAPI]
put_CreationTime method
IFsiItem.put_CreationTime
IFsiItem::put_CreationTime
imapi.ifsiitem_put_creationtime
imapi2fs/IFsiItem::put_CreationTime
put_CreationTime
put_CreationTime method [IMAPI]
put_CreationTime method [IMAPI]
IFsiItem interface
imapi\ifsiitem_put_creationtime.htm
imapi
242e6f68-d9bc-4881-adf3-22d7b32a1dfe
12/05/2018
IFsiItem interface [IMAPI],put_CreationTime method, IFsiItem.put_CreationTime, IFsiItem::put_CreationTime, imapi.ifsiitem_put_creationtime, imapi2fs/IFsiItem::put_CreationTime, put_CreationTime, put_CreationTime method [IMAPI], put_CreationTime method [IMAPI],IFsiItem interface
imapi2fs.h
Windows
Windows Vista, Windows XP with SP2 [desktop apps only]
Windows Server 2003 [desktop apps only]
Imapi2fs.idl
Windows
19H1
IFsiItem::put_CreationTime
imapi2fs/IFsiItem::put_CreationTime
c++
APIRef
kbSyntax
COM
imapi2fs.h
IFsiItem.put_CreationTime

IFsiItem::put_CreationTime

-description

Sets the date and time that the directory or file item was created and added to the file system image.

-parameters

-param newVal [in]

Date and time that the directory or file item was created and added to the file system image, according to UTC time. Defaults to the time the item was added to the image.

-returns

S_OK is returned on success, but other success codes may be returned as a result of implementation. The following error codes are commonly returned on operation failure, but do not represent the only possible error values:

Return code Description
IMAPI_E_READONLY
FileSystemImage object is in read only mode.

Value: 0xC0AAB102

E_OUTOFMEMORY
Failed to allocate necessary memory.

Value: 0x8007000E

-remarks

IMAPI does not support the extended attribute for CreationTime, and as a result, UDFS populates the CreationTime with the value expressed by the LastAccessed property from the file entry.

-see-also

IFsiItem

IFsiItem::get_CreationTime