Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "IBindStatusCallback" in [All]

Interfaces

.

    public class Downloader : IBindStatusCallback, IDisposable, IAuthenticate

.

    URLDownloadToFile(IntPtr.Zero, SourcePath , LocalPath ,0,(IBindStatusCallback)this);

.
Summary
IBindStatusCallback interface definition
.

    public interface IBindStatusCallback

.

    public class Downloader : IBindStatusCallback,IDisposable

.

            [MarshalAs(UnmanagedType.Interface)] IBindStatusCallback lpfnCB);

.

                    URLDownloadToFile(IntPtr.Zero, SourcePath , LocalPath ,0,(IBindStatusCallback)this);//use 0x10 for new download

.
Documentation
[IBindStatusCallback] on MSDN

 
Access PInvoke.net directly from VS: