Sent to a WIMMessageCallback function to warn the caller that the Object ID for a particular file could not be restored.

WIM_MSG_WARNING_OBJECTID

  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