_WinAPI_ShellFileOperation ( $sFrom, $sTo, $iFunc, $iFlags [, $sTitle = '' [, $hParent = 0]] ) uses $tagSHFILEOPSTRUCT = 'hwnd hWnd;uint Func;ptr From;ptr To;dword Flags;int fAnyOperationsAborted;ptr hNameMappings;ptr ProgressTitle' but there's no pointer just DllStructSetData($tSHFILEOPSTRUCT, 'ProgressTitle', $sTitle) and should be something like DllStructSetData($tSHFILEOPSTRUCT, 'ProgressTitle', DllStructGetPtr($tTitle)) because that is what the tag calls for.
The title part is not working in Win10 or XP ( hence this post ) and I don't know how to fix it, other than the hint that it calls for a ptr and not a string. Help