download a file using windows IStream

后端 未结 1 1735
刺人心
刺人心 2021-02-11 00:14

I\'m implementing dragging a virtual file out of a website and onto the desktop with an activex control.

How do I create an IStream on my http url, so Windows can execu

1条回答
  •  北海茫月
    2021-02-11 00:38

    How about using the URL Moniker Functions. You can use the URLDownloadToFile (blocking function), or URLOpenPullStream (asynchronous).

    0 讨论(0)
提交回复
热议问题