Skip to content

Latest commit

 

History

History
101 lines (78 loc) · 3.53 KB

nf-imapi2fs-ifilesystemimage-put_iso9660interchangelevel.md

File metadata and controls

101 lines (78 loc) · 3.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.IFileSystemImage.put_ISO9660InterchangeLevel
IFileSystemImage::put_ISO9660InterchangeLevel (imapi2fs.h)
Sets the ISO9660 compatibility level of the file system image.
IFileSystemImage interface [IMAPI]
put_ISO9660InterchangeLevel method
IFileSystemImage.put_ISO9660InterchangeLevel
IFileSystemImage::put_ISO9660InterchangeLevel
imapi.ifilesystemimage_put_iso9660interchangelevel
imapi2fs/IFileSystemImage::put_ISO9660InterchangeLevel
put_ISO9660InterchangeLevel
put_ISO9660InterchangeLevel method [IMAPI]
put_ISO9660InterchangeLevel method [IMAPI]
IFileSystemImage interface
imapi\ifilesystemimage_put_iso9660interchangelevel.htm
imapi
8bfb770a-5a69-4980-94e2-4a3f65caa645
12/05/2018
IFileSystemImage interface [IMAPI],put_ISO9660InterchangeLevel method, IFileSystemImage.put_ISO9660InterchangeLevel, IFileSystemImage::put_ISO9660InterchangeLevel, imapi.ifilesystemimage_put_iso9660interchangelevel, imapi2fs/IFileSystemImage::put_ISO9660InterchangeLevel, put_ISO9660InterchangeLevel, put_ISO9660InterchangeLevel method [IMAPI], put_ISO9660InterchangeLevel method [IMAPI],IFileSystemImage interface
imapi2fs.h
Windows
Windows Vista, Windows XP with SP2 [desktop apps only]
Windows Server 2003 [desktop apps only]
Imapi2fs.idl
Windows
19H1
IFileSystemImage::put_ISO9660InterchangeLevel
imapi2fs/IFileSystemImage::put_ISO9660InterchangeLevel
c++
APIRef
kbSyntax
COM
imapi2fs.h
IFileSystemImage.put_ISO9660InterchangeLevel

IFileSystemImage::put_ISO9660InterchangeLevel

-description

Sets the ISO9660 compatibility level of the file system image.

-parameters

-param newVal [in]

ISO9660 compatibility level of the file system 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_INVALID_PARAM
The value specified for parameter %1!ls! is not valid.

Value: 0xC0AAB101

-remarks

To determine the supported compatibility levels, call the IFileSystemImage::get_ISO9660InterchangeLevelsSupported method.

This property is meaningful only if you specified FsiFileSystemISO9660 when calling IFileSystemImage::put_FileSystemsToCreate.

-see-also

IFileSystemImage

IFileSystemImage::get_ISO9660InterchangeLevel

IFileSystemImage::get_ISO9660InterchangeLevelsSupported