| Microsoft DirectX 8.1 (C++) |
The GetSecondaryBufferInterface method is not currently implemented.
Syntax
HRESULT GetSecondaryBufferInterface(
LPDIRECTSOUNDBUFFER *lplpdsb
);
Parameters
lplpdsb
[out] Specifies a pointer to an LPDIRECTSOUNDBUFFER to receive the address of the IDirectSoundBuffer of the secondary sound buffer object 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 lplpdsb parameter is null. |
| E_NOTIMPL | DirectSound isn't installed. |
| S_OK | The method succeeded. |
See Also