Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML DIR="LTR"><HEAD> <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252"> <TITLE>Component Object Model Component Description</TITLE> <style type="text/css">@import url(td.css);</style></HEAD> <BODY TOPMARGIN="0"> <H1><A NAME="_component_object_model_component_description"></A><SUP></SUP>Component Object Model Component Description</H1>
<P>Component Object Model (COM) provides a platform-independent, distributed, object-oriented system for creating binary software components that can interact. COM is the foundation technology for Microsoft's OLE (compound documents) and ActiveX (Internet-enabled components) technologies, as well as other technologies. COM objects can be created with a variety of programming languages. Object-oriented languages, such as C++, provide programming mechanisms that simplify the implementation of COM objects. These objects can be within a single process, in other processes, or on remote machines. COM is a programming model and a set of APIs, and does not include a dedicated user interface.</P>
<H1>Component Configuration</H1>
<P>This component has no configuration requirements.</P>
<H1>Special Notes</H1>
<P>COM is designed primarily for C++ and Microsoft Visual Basic developers. COM runs on a wide variety of operating systems. </P>
<H1>For More Information</H1>
<P>For more information on COM, please visit this <A HREF="http://msdn.microsoft.com/library/default.asp?URL=/library/psdk/com/comportal_3qn9.htm">Microsoft Web site</A>. </P>
</BODY> </HTML>
|