In the latest sdk the {waveOut,midiOut}{Get,Set}Volume functions take
[wine/multimedia.git] / documentation / wine-devel.sgml
blobc921ee3662bf57e4771317bfb6f154ce40c02b7a
1 <!doctype book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
3 <!-- *** Include list of authors *** -->
4 <!entity % authors SYSTEM "authors.ent">
5 %authors;
7 <!entity compiling SYSTEM "compiling.sgml">
8 <!entity debugging SYSTEM "debugging.sgml">
9 <!entity documentation SYSTEM "documentation.sgml">
10 <!entity testing SYSTEM "testing.sgml">
11 <!entity patches SYSTEM "patches.sgml">
12 <!entity i18n SYSTEM "i18n.sgml">
13 <!entity porting SYSTEM "porting.sgml">
15 <!entity architecture SYSTEM "architecture.sgml">
16 <!entity ole SYSTEM "ole.sgml">
17 <!entity debugger SYSTEM "debugger.sgml">
18 <!entity consoles SYSTEM "consoles.sgml">
19 <!entity implementation SYSTEM "implementation.sgml">
20 <!entity opengl SYSTEM "opengl.sgml">
21 <!entity build SYSTEM "build.sgml">
22 <!entity tools SYSTEM "tools.sgml">
23 <!entity dlls SYSTEM "dlls.sgml">
24 <!entity cvs-regression SYSTEM "cvs-regression.sgml">
25 <!entity multimedia SYSTEM "multimedia.sgml">
27 <!--
28 <!entity status SYSTEM "status.sgml">
29 -->
32 <book id="index">
33 <bookinfo>
34 <title>Wine Developer's Guide</title>
35 </bookinfo>
37 <part id="part-one">
38 <title>Developing Wine</title>
40 &compiling;
41 &debugger;
42 &documentation;
43 &testing;
44 &patches;
45 &i18n;
46 &tools;
47 </part>
49 <part id="part-two">
50 <title>Wine Architecture</title>
52 &architecture;
53 &debugging;
54 &ole;
55 &opengl;
56 &build;
57 &dlls;
58 &multimedia;
59 </part>
61 <part id="part-three">
62 <title>Advanced Topics</title>
63 &implementation;
64 &porting;
65 &consoles;
66 &cvs-regression;
67 </part>
69 </book>