Skip to content

Latest commit

 

History

History
112 lines (88 loc) · 3.6 KB

nf-imapi2fs-ifilesystemimage-put_bootimageoptions.md

File metadata and controls

112 lines (88 loc) · 3.6 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_BootImageOptions
IFileSystemImage::put_BootImageOptions (imapi2fs.h)
Sets the boot image that you want to add to the file-system image. This method creates a complete copy of the passed-in boot options by copying the stream from the supplied IBootOptions interface.
IFileSystemImage interface [IMAPI]
put_BootImageOptions method
IFileSystemImage.put_BootImageOptions
IFileSystemImage::put_BootImageOptions
imapi.ifilesystemimage_put_bootimageoptions
imapi2fs/IFileSystemImage::put_BootImageOptions
put_BootImageOptions
put_BootImageOptions method [IMAPI]
put_BootImageOptions method [IMAPI]
IFileSystemImage interface
imapi\ifilesystemimage_put_bootimageoptions.htm
imapi
0556b72d-eabd-4649-b16b-fd66052504f4
12/05/2018
IFileSystemImage interface [IMAPI],put_BootImageOptions method, IFileSystemImage.put_BootImageOptions, IFileSystemImage::put_BootImageOptions, imapi.ifilesystemimage_put_bootimageoptions, imapi2fs/IFileSystemImage::put_BootImageOptions, put_BootImageOptions, put_BootImageOptions method [IMAPI], put_BootImageOptions 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_BootImageOptions
imapi2fs/IFileSystemImage::put_BootImageOptions
c++
APIRef
kbSyntax
COM
imapi2fs.h
IFileSystemImage.put_BootImageOptions

IFileSystemImage::put_BootImageOptions

-description

Sets the boot image that you want to add to the file-system image. This method creates a complete copy of the passed-in boot options by copying the stream from the supplied IBootOptions interface.

-parameters

-param newVal [in]

An IBootOptions interface of the boot image that you want to add to the file-system image. Can be NULL.

-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_BOOT_OBJECT_CONFLICT
A boot object can only be included in an initial disc image.

Value: 0xC0AAB149

IMAPI_E_BOOT_IMAGE_DATA
The boot object could not be added to the image.

Value: 0xC0AAB148

-remarks

You can specify a boot image only if the file system image has no previous sessions. The boot image must start at the first sector of the disc.

-see-also

IBootOptions

IFileSystemImage

IFileSystemImage::get_BootImageOptions