IProcessInitializer.Startup Method
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
'Declaration Sub Startup ( _ <InAttribute> punkProcessControl As Object _ ) 'Usage Dim instance As IProcessInitializer Dim punkProcessControl As Object instance.Startup(punkProcessControl)
void Startup ( /** @attribute InAttribute() */ Object punkProcessControl )
function Startup (
punkProcessControl : Object
)
Parameters
- punkProcessControl
In Microsoft Windows XP, a pointer to the IUnknown interface of the COM component starting up. In Microsoft Windows 2000, this argument is always a null reference (Nothing in Visual Basic).
The object referenced by punkProcessControl implements an IProcessInitControl interface. IProcessInitControl supports the single method ResetInitializerTimeout.
The initialization code in Startup can call the ResetInitializerTimeout, with the time-out set equal to the number of seconds remaining before the startup of the component times out.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.