IContinueCallback Interface

Definition

Provides a generic callback mechanism for interruptible processes that need to ask an object whether or not to continue. For more information, see IContinueCallback.

public interface class IContinueCallback
public interface class IContinueCallback
__interface IContinueCallback
[System.Runtime.InteropServices.Guid("B722BCCA-4E68-101B-A2BC-00AA00404770")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IContinueCallback
[System.Runtime.InteropServices.Guid("B722BCCA-4E68-101B-A2BC-00AA00404770")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IContinueCallback
[<System.Runtime.InteropServices.Guid("B722BCCA-4E68-101B-A2BC-00AA00404770")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IContinueCallback = interface
[<System.Runtime.InteropServices.Guid("B722BCCA-4E68-101B-A2BC-00AA00404770")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IContinueCallback = interface
Public Interface IContinueCallback
Attributes

Methods

FContinue()
FContinuePrinting(Int32, Int32, String)

Applies to