Discussion:
URLOpenPullStream succeed but takes no action
(too old to reply)
davidshen
2009-12-25 03:05:01 UTC
Permalink
hi,

URLOpenStream works fine, but i want to know how URLOpenPullStream works and
if it is better for solve my problem.

but when i use URLOpenPullStream, the return value is above 0, which means
success, but then the application exited. no action is taken, the
IBindStatusCallback::OnDataAvailable callback is not called.

thanks,
David
Sheng Jiang [MVP]
2010-03-19 18:12:45 UTC
Permalink
URLOpenPullStream does not block execution like URLDownloadToFile. If you
want to block execution, use URLDownloadToFile.
Post by davidshen
hi,
URLOpenStream works fine, but i want to know how URLOpenPullStream works and
if it is better for solve my problem.
but when i use URLOpenPullStream, the return value is above 0, which means
success, but then the application exited. no action is taken, the
IBindStatusCallback::OnDataAvailable callback is not called.
thanks,
David
Loading...