Microsoft DirectX 8.1 (C++) |
The ReleasePrimaryBufferInterface method is not currently implemented.
Syntax
HRESULT ReleasePrimaryBufferInterface(
LPDIRECTSOUNDBUFFER lpdsb
);
Parameters
lpdsb
[in] Specifies a pointer to the IDirectSoundBuffer interface to release as an LPDIRECTSOUNDBUFFER.
Return Values
NOTE Always returns E_NOTIMPL.
When implemented, the method should return an HRESULTin the following table.
Return code | Description |
E_FAIL | There are no references to the specified IDirectSoundBuffer interface, so it can't be released. |
E_INVALIDARG | The lpdsb parameter is null. |
S_OK | The method succeeded. |
See Also