IProgressNotify Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables objects to receive notice about the progress of a download. For more information, see IProgressNotify.
public interface class IProgressNotify
public interface class IProgressNotify
__interface IProgressNotify
[System.Runtime.InteropServices.Guid("A9D758A0-4617-11CF-95FC-00AA00680DB4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IProgressNotify
[System.Runtime.InteropServices.Guid("A9D758A0-4617-11CF-95FC-00AA00680DB4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProgressNotify
[<System.Runtime.InteropServices.Guid("A9D758A0-4617-11CF-95FC-00AA00680DB4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IProgressNotify = interface
[<System.Runtime.InteropServices.Guid("A9D758A0-4617-11CF-95FC-00AA00680DB4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProgressNotify = interface
Public Interface IProgressNotify
- Attributes
Methods
OnProgress(UInt32, UInt32, Int32, Int32) |