Comment puis-je implémenter la fonction Windows suivante dans Delphi?Delphi Télécharger la vidéo à partir d'Internet en utilisant URLDownloadToFile
HRESULT URLDownloadToFile(
LPUNKNOWN pCaller,
LPCTSTR szURL,
LPCTSTR szFileName,
DWORD dwReserved,
LPBINDSTATUSCALLBACK lpfnCB
);
URLDownloadToFile Fonction: http://msdn.microsoft.com/en-us/library/ms775123(VS.85).aspx
La question qui m'a poussé m'a demandé ici.
Downloading flv from youtube using curlpp on top of curl - video not playing
Cordialement, Pieter.
Merci! J'aurais dû regarder plus fort dans les unités Delphi avant de poster la question. –