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.

24 lines
1.6 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <HTML DIR="LTR"><HEAD>
  3. <META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">
  4. <TITLE>Component Object Model Component Description</TITLE>
  5. <style type="text/css">@import url(td.css);</style></HEAD>
  6. <BODY TOPMARGIN="0">
  7. <H1><A NAME="_component_object_model_component_description"></A><SUP></SUP>Component Object Model Component Description</H1>
  8. <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>
  9. <H1>Component Configuration</H1>
  10. <P>This component has no configuration requirements.</P>
  11. <H1>Special Notes</H1>
  12. <P>COM is designed primarily for C++ and Microsoft Visual Basic developers. COM runs on a wide variety of operating systems. </P>
  13. <H1>For More Information</H1>
  14. <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>
  15. </BODY>
  16. </HTML>