Share via


IXACTWaveBank::GetWaveProperties

IXACTWaveBank::GetWaveProperties

Gets the properties of a specific wave in a wave bank.

[Code-driven]

  HRESULT 
  GetWaveProperties(
  XACTINDEX nWaveIndex,
  LPXACT_WAVE_PROPERTIES pWaveProperties
);

Parameters

  • nWaveIndex
    Index of the wave for which to get properties.
  • pWaveProperties
    Pointer to an XACT_WAVE_PROPERTIES structure that is returned.

Return Values

Returns S_OK if successful. Otherwise, an error code.

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

IXACTWaveBank