Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Sets the default file system types and the image size based on the current media.
Syntax
HRESULT ChooseImageDefaults(
[in] IDiscRecorder2 *discRecorder
);
Parameters
[in] discRecorder
An IDiscRecorder2 the identifies the device that contains the current media.
Return value
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 |
|---|---|
|
Pointer is not valid.
Value: 0x80004003 |
|
The media is not compatible or of unknown physical format.
Value: 0xC0AA0203 |
|
Value specified for FreeMediaBlocks property is too small for estimated image size based on current data.
Value: 0xC0AAB121 |
|
The specified disc does not contain one of the supported file systems.
Value: 0xC0AAB151 |
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 | imapi2fs.h |