Share via


IXACTSoundBank::GetCueProperties

IXACTSoundBank::GetCueProperties

Retrieves the properties of a cue.

[Content-driven]

  HRESULT 
  GetCueProperties(
  XACTINDEX nCueIndex,
  LPXACT_CUE_PROPERTIES pProperties
);

Parameters

  • nCueIndex
    Index of the cue to query.
  • pProperties
    Pointer to an XACT_CUE_PROPERTIES structure that receives the cue properties.

Return Values

Returns S_OK if successful. Otherwise, an error code.

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

IXACTSoundBank