Sent to a WIMMessageCallback function to indicate progress during an image-cleanup operation.
WIM_MSG_MOUNT_CLEANUP_PROGRESS wParam = (UINT) dwPercent; lParam = (UINT) dwTicksRemaining;
Parameters
wParam
[in] Specifies the percentage of the cleanup that has been completed.
lParam
[in] Specifies the estimated number of milliseconds until the cleanup operation is complete.
Return Value
Your routine must return WIM_MSG_SUCCESS.