IDirectSoundFXI3DL2Reverb8::GetPreset

The GetPreset method 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 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:

Return code
DSERR_INVALIDPARAM
DSERR_INVALIDCALL

Requirements

Header: Declared in Dsound.h.

Import Library: Use Dsdmo.dll.

See Also

IDirectSoundFXI3DL2Reverb8::IDirectSoundFXI3DL2Reverb8