Skip to content

Latest commit

 

History

History
108 lines (87 loc) · 2.53 KB

nf-imapi2fs-ifsifileitem-get_data.md

File metadata and controls

108 lines (87 loc) · 2.53 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.IFsiFileItem.get_Data
IFsiFileItem::get_Data (imapi2fs.h)
Retrieves the data stream of the file's content.
IFsiFileItem interface [IMAPI]
get_Data method
IFsiFileItem.get_Data
IFsiFileItem::get_Data
get_Data
get_Data method [IMAPI]
get_Data method [IMAPI]
IFsiFileItem interface
imapi.ifsifileitem_get_data
imapi2fs/IFsiFileItem::get_Data
imapi\ifsifileitem_get_data.htm
imapi
90ed4c81-7113-4329-ae1e-9114740b7e09
12/05/2018
IFsiFileItem interface [IMAPI],get_Data method, IFsiFileItem.get_Data, IFsiFileItem::get_Data, get_Data, get_Data method [IMAPI], get_Data method [IMAPI],IFsiFileItem interface, imapi.ifsifileitem_get_data, imapi2fs/IFsiFileItem::get_Data
imapi2fs.h
Windows
Windows Vista, Windows XP with SP2 [desktop apps only]
Windows Server 2003 [desktop apps only]
Imapi2fs.idl
Windows
19H1
IFsiFileItem::get_Data
imapi2fs/IFsiFileItem::get_Data
c++
APIRef
kbSyntax
COM
imapi2fs.h
IFsiFileItem.get_Data

IFsiFileItem::get_Data

-description

Retrieves the data stream of the file's content.

-parameters

-param pVal [out]

An IStream interface of the contents of the file.

-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
E_POINTER
Pointer is not valid.

Value: 0x80004003

E_OUTOFMEMORY
Failed to allocate necessary memory.

Value: 0x8007000E

-remarks

The contents of the file becomes read-only once the file item is added to file system image.

-see-also

IFsiFileItem

IFsiFileItem::put_Data