IProgressItem interface (imapi2fs.h)
Use this interface to retrieve block information for one segment of the result file image. This can be used to determine the LBA ranges of files in the resulting image. This information can then be used to display to the user which file is currently being written to the media or used for other advanced burning functionality.
To get this interface, call the IEnumProgressItems::Next or IEnumProgressItems::RemoteNext method.
Inheritance
The IProgressItem interface inherits from the IDispatch interface. IProgressItem also has these types of members:
Methods
The IProgressItem interface has these methods.
IProgressItem::get_BlockCount Retrieves the number of blocks in the progress item. |
IProgressItem::get_Description Retrieves the description in the progress item. |
IProgressItem::get_FirstBlock Retrieves the first block number in this segment of the result image. |
IProgressItem::get_LastBlock Retrieves the last block in this segment of the result image. |
Remarks
This is a ProgressItem object in script.
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 |