Microsoft DirectX 8.1 (C++) |
The ReleaseDirectSoundInterface method is not currently implemented.
Syntax
HRESULT ReleaseDirectSoundInterface(
LPDIRECTSOUND lpds
);
Parameters
lpds
[in] Specifies a pointer to the IDirectSound interface to release as an LPDIRECTSOUND.
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 IDirectSound interface, so it can't be released. |
E_INVALIDARG | The lpds parameter is null. |
S_OK | The method succeeded. |
See Also