Skip to content

Commit 83436ac

Browse files
committed
repo sync private>public
1 parent fc274cf commit 83436ac

File tree

263 files changed

+1368
-1182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+1368
-1182
lines changed

sdk-api-src/content/audioclient/nf-audioclient-iaudiocaptureclient-getbuffer.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,20 @@ A previous <b>IAudioCaptureClient::GetBuffer</b> call is still in effect.
147147
<td width="60%">
148148
The audio endpoint device has been unplugged, or the audio hardware or associated hardware resources have been reconfigured, disabled, removed, or otherwise made unavailable for use.
149149

150+
</td>
151+
</tr>
152+
<tr>
153+
<td width="40%">
154+
<dl>
155+
<dt><b>AUDCLNT_E_RESOURCES_INVALIDATED</b></dt>
156+
</dl>
157+
</td>
158+
<td width="60%">
159+
The stream's resources have been invalidated. This error may be thrown for the following reasons:<br>
160+
- The stream is suspended.<br>
161+
- An Exclusive or Offload stream is disconnected.<br>
162+
- A packaged application that has an exclusive mode or offload stream is quiesced.<br>
163+
- A "protected output" stream is closed.<br>
150164
</td>
151165
</tr>
152166
<tr>

sdk-api-src/content/audioclient/nf-audioclient-iaudiocaptureclient-getnextpacketsize.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,20 @@ If the method succeeds, it returns S_OK. If it fails, possible return codes incl
7676
<td width="60%">
7777
The audio endpoint device has been unplugged, or the audio hardware or associated hardware resources have been reconfigured, disabled, removed, or otherwise made unavailable for use.
7878

79+
</td>
80+
</tr>
81+
<tr>
82+
<td width="40%">
83+
<dl>
84+
<dt><b>AUDCLNT_E_RESOURCES_INVALIDATED</b></dt>
85+
</dl>
86+
</td>
87+
<td width="60%">
88+
The stream's resources have been invalidated. This error may be thrown for the following reasons:<br>
89+
- The stream is suspended.<br>
90+
- An Exclusive or Offload stream is disconnected.<br>
91+
- A packaged application that has an exclusive mode or offload stream is quiesced.<br>
92+
- A "protected output" stream is closed.<br>
7993
</td>
8094
</tr>
8195
<tr>

sdk-api-src/content/audioclient/nf-audioclient-iaudiocaptureclient-releasebuffer.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,20 @@ This call was not preceded by a corresponding <a href="/windows/desktop/api/audi
9898
<td width="60%">
9999
The audio endpoint device has been unplugged, or the audio hardware or associated hardware resources have been reconfigured, disabled, removed, or otherwise made unavailable for use.
100100

101+
</td>
102+
</tr>
103+
<tr>
104+
<td width="40%">
105+
<dl>
106+
<dt><b>AUDCLNT_E_RESOURCES_INVALIDATED</b></dt>
107+
</dl>
108+
</td>
109+
<td width="60%">
110+
The stream's resources have been invalidated. This error may be thrown for the following reasons:<br>
111+
- The stream is suspended.<br>
112+
- An Exclusive or Offload stream is disconnected.<br>
113+
- A packaged application that has an exclusive mode or offload stream is quiesced.<br>
114+
- A "protected output" stream is closed.<br>
101115
</td>
102116
</tr>
103117
<tr>

sdk-api-src/content/audioclient/nf-audioclient-iaudioclient-getbuffersize.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,20 @@ The audio stream has not been successfully initialized.
8787
<td width="60%">
8888
The audio endpoint device has been unplugged, or the audio hardware or associated hardware resources have been reconfigured, disabled, removed, or otherwise made unavailable for use.
8989

90+
</td>
91+
</tr>
92+
<tr>
93+
<td width="40%">
94+
<dl>
95+
<dt><b>AUDCLNT_E_RESOURCES_INVALIDATED</b></dt>
96+
</dl>
97+
</td>
98+
<td width="60%">
99+
The stream's resources have been invalidated. This error may be thrown for the following reasons:<br>
100+
- The stream is suspended.<br>
101+
- An Exclusive or Offload stream is disconnected.<br>
102+
- A packaged application that has an exclusive mode or offload stream is quiesced.<br>
103+
- A "protected output" stream is closed.<br>
90104
</td>
91105
</tr>
92106
<tr>

sdk-api-src/content/audioclient/nf-audioclient-iaudioclient-getcurrentpadding.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,20 @@ The audio stream has not been successfully initialized.
8787
<td width="60%">
8888
The audio endpoint device has been unplugged, or the audio hardware or associated hardware resources have been reconfigured, disabled, removed, or otherwise made unavailable for use.
8989

90+
</td>
91+
</tr>
92+
<tr>
93+
<td width="40%">
94+
<dl>
95+
<dt><b>AUDCLNT_E_RESOURCES_INVALIDATED</b></dt>
96+
</dl>
97+
</td>
98+
<td width="60%">
99+
The stream's resources have been invalidated. This error may be thrown for the following reasons:<br>
100+
- The stream is suspended.<br>
101+
- An Exclusive or Offload stream is disconnected.<br>
102+
- A packaged application that has an exclusive mode or offload stream is quiesced.<br>
103+
- A "protected output" stream is closed.<br>
90104
</td>
91105
</tr>
92106
<tr>

sdk-api-src/content/audioclient/nf-audioclient-iaudioclient-getdeviceperiod.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,20 @@ If the method succeeds, it returns S_OK. If it fails, possible return codes incl
8080
<td width="60%">
8181
The audio endpoint device has been unplugged, or the audio hardware or associated hardware resources have been reconfigured, disabled, removed, or otherwise made unavailable for use.
8282

83+
</td>
84+
</tr>
85+
<tr>
86+
<td width="40%">
87+
<dl>
88+
<dt><b>AUDCLNT_E_RESOURCES_INVALIDATED</b></dt>
89+
</dl>
90+
</td>
91+
<td width="60%">
92+
The stream's resources have been invalidated. This error may be thrown for the following reasons:<br>
93+
- The stream is suspended.<br>
94+
- An Exclusive or Offload stream is disconnected.<br>
95+
- A packaged application that has an exclusive mode or offload stream is quiesced.<br>
96+
- A "protected output" stream is closed.<br>
8397
</td>
8498
</tr>
8599
<tr>

sdk-api-src/content/audioclient/nf-audioclient-iaudioclient-getmixformat.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,20 @@ If the method succeeds, it returns S_OK. If it fails, possible return codes incl
7676
<td width="60%">
7777
The audio endpoint device has been unplugged, or the audio hardware or associated hardware resources have been reconfigured, disabled, removed, or otherwise made unavailable for use.
7878

79+
</td>
80+
</tr>
81+
<tr>
82+
<td width="40%">
83+
<dl>
84+
<dt><b>AUDCLNT_E_RESOURCES_INVALIDATED</b></dt>
85+
</dl>
86+
</td>
87+
<td width="60%">
88+
The stream's resources have been invalidated. This error may be thrown for the following reasons:<br>
89+
- The stream is suspended.<br>
90+
- An Exclusive or Offload stream is disconnected.<br>
91+
- A packaged application that has an exclusive mode or offload stream is quiesced.<br>
92+
- A "protected output" stream is closed.<br>
7993
</td>
8094
</tr>
8195
<tr>

sdk-api-src/content/audioclient/nf-audioclient-iaudioclient-getservice.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,20 @@ The caller tried to access an <a href="/windows/desktop/api/audioclient/nn-audio
146146
<td width="60%">
147147
The audio endpoint device has been unplugged, or the audio hardware or associated hardware resources have been reconfigured, disabled, removed, or otherwise made unavailable for use.
148148

149+
</td>
150+
</tr>
151+
<tr>
152+
<td width="40%">
153+
<dl>
154+
<dt><b>AUDCLNT_E_RESOURCES_INVALIDATED</b></dt>
155+
</dl>
156+
</td>
157+
<td width="60%">
158+
The stream's resources have been invalidated. This error may be thrown for the following reasons:<br>
159+
- The stream is suspended.<br>
160+
- An Exclusive or Offload stream is disconnected.<br>
161+
- A packaged application that has an exclusive mode or offload stream is quiesced.<br>
162+
- A "protected output" stream is closed.<br>
149163
</td>
150164
</tr>
151165
<tr>

sdk-api-src/content/audioclient/nf-audioclient-iaudioclient-getstreamlatency.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ The audio stream has not been successfully initialized.
8282
<td width="40%">
8383
<dl>
8484
<dt><b>AUDCLNT_E_DEVICE_INVALIDATED</b></dt>
85+
<tr>
86+
<td width="40%">
87+
<dl>
88+
<dt><b>AUDCLNT_E_RESOURCES_INVALIDATED</b></dt>
89+
</dl>
90+
</td>
91+
<td width="60%">
92+
The stream's resources have been invalidated. This error may be thrown for the following reasons:<br>
93+
- The stream is suspended.<br>
94+
- An Exclusive or Offload stream is disconnected.<br>
95+
- A packaged application that has an exclusive mode or offload stream is quiesced.<br>
96+
- A "protected output" stream is closed.<br>
97+
</td>
98+
</tr>
8599
</dl>
86100
</td>
87101
<td width="60%">

sdk-api-src/content/audioclient/nf-audioclient-iaudioclient-initialize.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,20 @@ Indicates that the process-pass duration exceeded the maximum CPU usage. The aud
161161
<td width="60%">
162162
The audio endpoint device has been unplugged, or the audio hardware or associated hardware resources have been reconfigured, disabled, removed, or otherwise made unavailable for use.
163163

164+
</td>
165+
</tr>
166+
<tr>
167+
<td width="40%">
168+
<dl>
169+
<dt><b>AUDCLNT_E_RESOURCES_INVALIDATED</b></dt>
170+
</dl>
171+
</td>
172+
<td width="60%">
173+
The stream's resources have been invalidated. This error may be thrown for the following reasons:<br>
174+
- The stream is suspended.<br>
175+
- An Exclusive or Offload stream is disconnected.<br>
176+
- A packaged application that has an exclusive mode or offload stream is quiesced.<br>
177+
- A "protected output" stream is closed.<br>
164178
</td>
165179
</tr>
166180
<tr>

0 commit comments

Comments
 (0)