IRawCDImageCreator::put_ResultingImageType method (imapi2.h)

Sets the value that defines the type of image file that will be generated.

Syntax

HRESULT put_ResultingImageType(
  [in] IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE value
);

Parameters

[in] value

An IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE enumeration that defines the type of image file.

Return value

S_OK is returned on success, but other success codes may be returned as a result of implementation.

Remarks

If the value set via IRawCDImageCreator::AddSubcodeRWGenerator is not NULL, then the PQ_ONLY type defined by IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE is not a valid choice, as subcode would not be generated by the resulting image.

This method is supported in Windows Server 2003 with Service Pack 1 (SP1), Windows XP with Service Pack 2 (SP2), and Windows Vista via the Windows Feature Pack for Storage. All features provided by this update package are supported natively in Windows 7 and Windows Server 2008 R2.

Requirements

Requirement Value
Minimum supported client Windows Vista, Windows XP with SP2 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header imapi2.h

See also

IMAPI_FORMAT2_RAW_CD_DATA_SECTOR_TYPE

IRawCDImageCreator

IRawCDImageCreator::AddSubcodeRWGenerator

IRawCDImageCreator::get_ResultingImageType