1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="glossentry-com">
|
---|
4 | <title>COM</title>
|
---|
5 | <body>
|
---|
6 | <section>
|
---|
7 | <p>
|
---|
8 | Microsoft Component Object Model, a programming infrastructure for modular software.
|
---|
9 | COM enables applications to provide application programming interfaces which can be
|
---|
10 | accessed from various other programming languages and applications.
|
---|
11 | Oracle VM VirtualBox makes use of COM both internally and externally to provide a
|
---|
12 | comprehensive API to third party developers.
|
---|
13 | </p>
|
---|
14 | </section>
|
---|
15 | </body>
|
---|
16 | </topic>
|
---|