WIM_MSG_RETRY

Sent to a WIMMessageCallback function when an I/O error occurs during a WIMApplyImage operation.

WIM_MSG_RETRY

  wParam = (PWSTR) pszFullPath;
  lParam = (DWORD)  dwWin32ErrorCode;

Parameters

wParam

[in] A pointer to a null-terminated string that contains the full file path to the file that had the failure during the apply operation.

lParam

[in] A DWORD value that contains the Win32® error code indicating the cause of the error.

Return Value

Your routine must return WIM_MSG_SUCCESS.

See Also

Concepts

WIMMessageCallback