1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../../css/manpage.css" type="text/css" />
7    <title>ResultCode</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../../../nw/Overview.html">nw</a>::<a href="../../../../nw/snd/Overview.html">snd</a>::<a href="../../../../nw/snd/SoundStartable/Overview.html">SoundStartable</a>::<a href="../../../../nw/snd/SoundStartable/StartResult/Overview.html">StartResult</a>::ResultCode</CODE> Enumerated Type</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">#include &lt;nw/snd/snd_SoundStartable.h&gt;
14enum ResultCode;
15</pre>
16    </div>
17    <h2>Value</h2>
18    <div class="section">
19      <table class="arguments">
20        <thead>
21          <tr>
22            <th>Value</th>
23            <td>Description</td>
24          </tr>
25        </thead>
26        <tr>
27          <th>START_SUCCESS</th>
28          <td>Playback was successful.</td>
29        </tr>
30        <tr>
31          <th>START_ERR_LOW_PRIORITY</th>
32          <td>
33        </td>
34        </tr>
35        <tr>
36          <th>START_ERR_INVALID_LABEL_STRING</th>
37          <td>
38        </td>
39        </tr>
40        <tr>
41          <th>START_ERR_INVALID_SOUNDID</th>
42          <td>
43        </td>
44        </tr>
45        <tr>
46          <th>START_ERR_NOT_DATA_LOADED</th>
47          <td>
48        </td>
49        </tr>
50        <tr>
51          <th>START_ERR_NOT_SEQ_LOADED</th>
52          <td>
53        </td>
54        </tr>
55        <tr>
56          <th>START_ERR_NOT_BANK_LOADED</th>
57          <td>
58        </td>
59        </tr>
60        <tr>
61          <th>START_ERR_NOT_WSD_LOADED</th>
62          <td>
63        </td>
64        </tr>
65        <tr>
66          <th>START_ERR_NOT_WARC_LOADED</th>
67          <td>
68        </td>
69        </tr>
70        <tr>
71          <th>START_ERR_NOT_ENOUGH_PLAYER_HEAP</th>
72          <td>
73        </td>
74        </tr>
75        <tr>
76          <th>START_ERR_CANNOT_OPEN_FILE</th>
77          <td>
78        </td>
79        </tr>
80        <tr>
81          <th>START_ERR_NOT_AVAILABLE</th>
82          <td>
83        </td>
84        </tr>
85        <tr>
86          <th>START_ERR_CANNOT_ALLOCATE_TRACK</th>
87          <td>
88        </td>
89        </tr>
90        <tr>
91          <th>START_ERR_NOT_ENOUGH_INSTANCE</th>
92          <td>
93        </td>
94        </tr>
95        <tr>
96          <th>START_ERR_INVALID_PARAMETER</th>
97          <td>
98        </td>
99        </tr>
100        <tr>
101          <th>START_ERR_INVALID_SEQ_START_LOCATION_LABEL</th>
102          <td>
103        </td>
104        </tr>
105        <tr>
106          <th>START_ERR_ACTOR_NOT_INITIALIZED</th>
107          <td>
108        </td>
109        </tr>
110        <tr>
111          <th>START_ERR_USER</th>
112          <td>
113        </td>
114        </tr>
115        <tr>
116          <th>START_ERR_UNKNOWN</th>
117          <td>
118        </td>
119        </tr>
120      </table> </div>
121    <h2>Description</h2>
122    <div class="section">
123      <p>A code that represents the results of sound playback.</p>
124    </div>
125    <h2>Revision History</h2>
126    <div class="section">
127      <dl class="history">
128        <dt>2010/01/15</dt>
129        <dd>Initial version.<br />
130        </dd>
131      </dl>
132    </div>
133  <hr><p>CONFIDENTIAL</p></body>
134</html>
135