Share via


IXACTCue::Destroy

IXACTCue::Destroy

Destroys the cue.

[Content-driven]

  HRESULT 
  Destroy(
  );

Parameters

None.

Return Values

Returns S_OK if successful, an error code otherwise.

Remarks

IXACTCue::Destroy will synchronously destroy the cue, stopping the playback immediately, and frees resources allocated for the cue.

For further information on using this method, see Managing XACT Resources and Notifications.

Requirements

Header: Declared in Xact.h.

Library: Use Xact.lib.

See Also

IXACTCue