RESOLUTION
To resolve this problem, obtain Microsoft COM+ Rollup Hotfix 14.
For additional information, click the article number below
to view the article in the Microsoft Knowledge Base:
302845 INFO: Availability of Windows 2000 Post-Service Pack 2 COM+ Hotfix Rollup Package 14
A supported fix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Apply it only to computers that are experiencing this specific problem. This fix may receive additional testing. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next Windows 2000 service pack that contains this hotfix.
To resolve this problem immediately, contact Microsoft Product Support Services to obtain the fix. For a complete list of Microsoft Product Support Services phone numbers and information about support costs, visit the following Microsoft Web site:
NOTE: In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The typical support costs will apply to additional support questions and issues that do not qualify for the specific update in question.
To use this feature, you must implement the
IProcessInitializer interface, which has following signature:
[
object,
pointer_default(unique),
uuid(1113f52d-dc7f-4943-aed6-88d04027e32a)
]
interface IProcessInitializer : IUnknown
{
HRESULT Startup([in]IUnknown *punkProcessControl);
HRESULT Shutdown();
}
When you start or shut down an application, the COM+ service calls these two methods respectively.