Microsoft DirectX 8.1 (C++) |
The GetDirectSoundInterface method is not currently implemented.
Syntax
HRESULT GetDirectSoundInterface(
LPDIRECTSOUND *lplpds
);
Parameters
lplpds
[out] Specifies a pointer to an LPDIRECTSOUND to receive the address of the IDirectSoundinterface of the current sound device.
Return Values
NOTE Always returns E_NOTIMPL.
When implemented, the method should return an HRESULTin the following table.
Return code | Description |
E_FAIL | No sound device is available. |
E_INVALIDARG | The lplpds parameter is null. |
E_NOTIMPL | DirectSound isn't installed. |
S_OK | The method succeeded. |
See Also