IXACTCue::Stop

Stops a cue.

HRESULT Stop(
  DWORD dwFlags
);

Parameters

dwFlags
[in] Flag specifying how the cue should be stopped. The flag can be one of the following:
Value Description
XACT_FLAG_CUE_STOP_IMMEDIATE Indicates the cue should stop immediately, ignoring any release phase or transition specified in the content.

Return Values

Returns S_OK if successful, an error code otherwise.

Requirements

Header: Declared in Xact.h.

See Also

IXACTCue