(WinApi - Shell32.dll) SHFileOperation for Win 64bits.

dpcruz

New Member
Hi,

I have been trying to find out the way to use the SHFileOperation function from Shel32.dll on a Win64. Does anyone have the structure of SHFILEOPSTRUCT in progress?

Thanks in advance
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
I don't know the structure in terms of ABL types, but the Windows definition is here: SHFILEOPSTRUCT structure. That should get you started, if you can turn their data types into ABL types.

Is there a reason you wouldn't just use OS-COPY, OS-DELETE, etc., instead of wrapping an OS function?
 
Top