Microsoft DirectX 8.0 (C++)

IDirectSoundFXI3DL2Reverb8::GetPreset

Retrieves an identifier for standard reverberation parameters of a buffer.

HRESULT GetPreset(
  LPDWORD  pdwPreset
);

Parameters

pdwPreset

Address of a DWORD that receives one of the preset identifiers. For a list of defined values, see IDirectSoundFXI3DL2Reverb8::SetPreset.Return Values

If the method succeeds, the return value is DS_OK.

If the method fails, the return value may be one of the following error values:

DSERR_INVALIDPARAM
DSERR_INVALIDCALL

Requirements

  Header: Declared in dsound.h.