1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>
2<head>
3<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
4<title>SND_GetWaveDataAddress</title>
5<link rel="stylesheet" href="../css/nitro.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.65.1">
7</head>
8<body>
9<div class="refentry" lang="ja"><a name="IDAKKWT"></a><div class="titlepage">
10<div></div>
11<div></div>
12</div>
13<h1>SND_GetWaveDataAddress <IMG src="../image/NTR.gif" width="24" height="12" border="0" align=middle><IMG src="../image/TWL.gif" width="24" height="12" border="0" align=middle></h1>
14<h2>Syntax</h2>
15<dl>
16<dd><pre class="funcsynopsisinfo"><code>#include &lt;nitro/snd.h&gt;</code></pre></dd>
17<dd><pre class="funcprototype"><code class="funcprototype">const <a href="SNDWaveData.html">SNDWaveData</a>* SND_GetWaveDataAddress(
18        const SNDWaveArc* <var>waveArc</var>,
19        int <var>index</var> );</code><br></pre></dd>
20</dl>
21<div class="refsection" lang="ja"><a name="IDA0LWT"></a>
22      <h2>Arguments</h2>
23
24      <div class="variablelist">
25<table border="0">
26<col align="left" valign="top">
27<tbody>
28<tr>
29<td><em><strong><code>waveArc</code></strong></em></td>
30<td>This is the Waveform Archive pointer.</td>
31</tr>
32<tr>
33<td><em><strong><code>index</code></strong></em></td>
34<td>This is the index number of the waveform data.</td>
35</tr>
36</tbody>
37</table>
38</div>
39
40    </div>
41<div class="refsection" lang="ja"><a name="IDAQMWT"></a>
42      <h2>Return Values</h2>
43
44      <p>Gets the address of the <code><a href="SNDWaveData.html">SNDWaveData</a></code> type waveform data.</p>
45    </div>
46<div class="refsection" lang="ja"><a name="IDA1MWT"></a>
47      <h2>Description</h2>
48      <p>
49Gets the address of the waveform data in the waveform archive.
50</p>
51    </div>
52<h2>See Also</h2>
53<p><a href="SNDWaveData.html">SNDWaveData</a></p>
54<h2>Revision History</h2>
55<p>2005/01/20 Initial version.</p>
56</div>
57<hr><p>CONFIDENTIAL</p></body>
58</html>
59