IProcessInitControl 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.
Supports setting the time-out for the Startup(Object) method.
public interface class IProcessInitControl
[System.Runtime.InteropServices.Guid("72380d55-8d2b-43a3-8513-2b6ef31434e9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IProcessInitControl
[<System.Runtime.InteropServices.Guid("72380d55-8d2b-43a3-8513-2b6ef31434e9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IProcessInitControl = interface
Public Interface IProcessInitControl
- Attributes
Methods
ResetInitializerTimeout(Int32) |
Sets the number of seconds remaining before the Startup(Object) method times out. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.