What tasks are performed by a COM/DCOM server?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What tasks are performed by a COM/DCOM server?
Rating:
A COM/DCOM server is a DLL or EXE that supports one or more server objects. A COM/DCOM server performs the following tasks:
- It implements a class factory interface.
- It registers the classes that it supports.
- It initializes the DCOM Library.
- It verifies that the library is of a compatible version.
- It provides an unloading mechanism.
- It uninitializes the DCOM library.
Rating:
Was this information helpful?
Other articles
- What is the IEquatable generic interface?
- Installing a Windows Service Application
- How to add a predefined launch condition?
- How to view the white spaces in code?
- How to create a custom user privilege model?