Inside Com : Microsoft's Component Oject Model
Book Details
PublisherMicrosoft Press
ISBN / ASINB00788SA6I
ISBN-13978B00788SA65
Sales Rank3,289,694
MarketplaceUnited States 🇺🇸
Description
The Component Object ModelThe Microsoft Component Object Model (COM) is 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), ActiveX (Internet-enabled components), as well as others.To understand COM (and therefore all COM-based technologies), it is crucial to understand that it is not an object-oriented language but a standard. Nor does COM specify how an application should be structured; language, structure, and implementation details are left to the application developer. Rather, COM specifies an object model and programming requirements that enable COM objects (also called COM components, or sometimes simply objects) to interact with other objects. These objects can be within a single process, in other processes, and can even be on remote computers. They can be written in different languages, and they may be structurally quite dissimilar, which is why COM is referred to as a binary standard; a standard that applies after a program has been translated to binary machine code.READ MORE HERE: http://msdn.microsoft.com/en-us/library/windows/desktop/ms694363%28v=vs.85%29.aspx
