Sent to a WIMMessageCallback function to alert the caller that a non-critical error occurred while capturing or applying an image.

WIM_MSG_INFO

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

Parameters

wParam

[in] A pointer to a null-terminated string containing the full file path of the file with the failure during the image capture or apply operation.

lParam

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

Return Value

Your routine must return WIM_MSG_SUCCESS.

See Also