We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096e930 commit 2d00f95Copy full SHA for 2d00f95
src/lib.rs
@@ -1751,7 +1751,7 @@ pub const AUDCLNT_E_DEVICE_INVALIDATED: HRESULT = 0x88890004;
1751
#[allow(overflowing_literals)]
1752
pub const AUDCLNT_E_NOT_STOPPED: HRESULT = 0x88890005;
1753
1754
-pub const AUDCLNT_E_BUFFER_TOO_LARGE: HRESULT = 0x888900086;
+pub const AUDCLNT_E_BUFFER_TOO_LARGE: HRESULT = 0x88890006;
1755
1756
pub const AUDCLNT_E_OUT_OF_ORDER: HRESULT = 0x88890007;
1757
0 commit comments