Wiki source code of Microsoft Windows

Last modified by John Stroy on 2011/07/24 08:49

Show last authors
1 Microsoft Windows is an operating system. It is the initial target platform for Elona.
2
3 == COM ==
4
5 Component Object Model. A set of technologies in Microsoft Windows that provides common interfaces (APIs) to software modules. It is used for many things, including IPC and embedding objects within a hosting application to produce rich user experiences. In Elona, it is used (through HSP) to access the web browser to view webpages.
6
7 == DirectX ==
8
9 === DirectDraw ===
10
11 === DirectSound ===
12
13 === DirectMusic ===