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