Skip to content

Latest commit

 

History

History
122 lines (92 loc) · 3.93 KB

nf-imapi2fs-ifilesystemimage-getdefaultfilesystemforimport.md

File metadata and controls

122 lines (92 loc) · 3.93 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.IFileSystemImage.GetDefaultFileSystemForImport
IFileSystemImage::GetDefaultFileSystemForImport (imapi2fs.h)
Retrieves the file system to import by default.
GetDefaultFileSystemForImport
GetDefaultFileSystemForImport method [IMAPI]
GetDefaultFileSystemForImport method [IMAPI]
IFileSystemImage interface
IFileSystemImage interface [IMAPI]
GetDefaultFileSystemForImport method
IFileSystemImage.GetDefaultFileSystemForImport
IFileSystemImage::GetDefaultFileSystemForImport
imapi.ifilesystemimage_getdefaultfilesystemforimport
imapi2fs/IFileSystemImage::GetDefaultFileSystemForImport
imapi\ifilesystemimage_getdefaultfilesystemforimport.htm
imapi
bbac5b93-669f-45ea-9a3d-e2dd7f8bdcf6
12/05/2018
GetDefaultFileSystemForImport, GetDefaultFileSystemForImport method [IMAPI], GetDefaultFileSystemForImport method [IMAPI],IFileSystemImage interface, IFileSystemImage interface [IMAPI],GetDefaultFileSystemForImport method, IFileSystemImage.GetDefaultFileSystemForImport, IFileSystemImage::GetDefaultFileSystemForImport, imapi.ifilesystemimage_getdefaultfilesystemforimport, imapi2fs/IFileSystemImage::GetDefaultFileSystemForImport
imapi2fs.h
Windows
Windows Vista, Windows XP with SP2 [desktop apps only]
Windows Server 2003 [desktop apps only]
Imapi2fs.idl
Windows
19H1
IFileSystemImage::GetDefaultFileSystemForImport
imapi2fs/IFileSystemImage::GetDefaultFileSystemForImport
c++
APIRef
kbSyntax
COM
imapi2fs.h
IFileSystemImage.GetDefaultFileSystemForImport

IFileSystemImage::GetDefaultFileSystemForImport

-description

Retrieves the file system to import by default.

-parameters

-param fileSystems [in]

One or more file system values. For possible values, see the FsiFileSystems enumeration type.

-param importDefault [out]

A single file system value that identifies the default file system. The value is one of the file systems specified in fileSystems

-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

IMAPI_E_INVALID_PARAM
The value specified for parameter %1!ls! is not valid.

Value: 0xC0AAB101

-remarks

Use this method to identify the default file system to use with IFileSystemImage::ImportFileSystem.

To identify the supported file systems, call the IFileSystemImage::get_FileSystemsSupported method.

-see-also

FsiFileSystems

IFileSystemImage

IFileSystemImage::ImportFileSystem

IFileSystemImage::get_FileSystemsSupported