Important The XStudio native C nano-COM APIs have been deprecated in favor of the KStudio native C nano-COM APIs.
Stops playback.
public:
HRESULT Stop()
Type: HRESULTÂ
S_OK if successful; an error code otherwise.
Stop stops a playback that is in the started or paused states.
If playback is already stopped, Stop does nothing and returns S_OK.
Header: Declared in xstudio.h.
Library: Use xstudioclient.lib (console) or xstudioservice.lib (desktop).