IIsoImageManager interface (imapi2fs.h)
Use this interface to verify if an existing .iso file contains a valid file system for burning.
Inheritance
The IIsoImageManager interface inherits from the IDispatch interface. IIsoImageManager also has these types of members:
Methods
The IIsoImageManager interface has these methods.
IIsoImageManager::get_Path Retrieves the logical path to an .iso image. |
IIsoImageManager::get_Stream Retrieves the IStream object associated with the .iso image. |
IIsoImageManager::SetPath Sets the Path property value with a logical path to an .iso image. |
IIsoImageManager::SetStream Sets the Stream property with the IStream object associated with the .iso image. |
IIsoImageManager::Validate Determines if the provided .iso image is valid. |
Remarks
If a valid path is provided via SetPath, an IStream object will be created from the supplied image file and the Stream property will be populated. If a valid IStream is provided via SetStream, it will be used directly for image validation and the Path property will not be populated.
This interface 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 | imapi2fs.h |