IProcessInitializer.Startup Method
.NET Framework 3.0
Performs initialization at startup. Called when Dllhost.exe is started.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
void Startup ( /** @attribute InAttribute() */ Object punkProcessControl )
function Startup (
punkProcessControl : Object
)
Not applicable.
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.
Community Additions
ADD
Show: