IProcessStartedCompletionRoutine 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.
Defines the completion routine when ActivateApplicationAsync(String, IProcessStartedCompletionRoutine, String) or StartProcessAsync(StartProcessInfo, IProcessStartedCompletionRoutine) finishes.
public interface class IProcessStartedCompletionRoutine
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("823F11ED-10FE-47F4-8B00-0D7AD392F812")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProcessStartedCompletionRoutine
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("823F11ED-10FE-47F4-8B00-0D7AD392F812")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProcessStartedCompletionRoutine = interface
Public Interface IProcessStartedCompletionRoutine
- Attributes
Methods
OnComplete(Int32, Exception) |
Called when ActivateApplicationAsync(String, IProcessStartedCompletionRoutine, String) or StartProcessAsync(StartProcessInfo, IProcessStartedCompletionRoutine) finishes starting the requested process. |