MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Stop

Method Stop

source/sound.cpp:153–158  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

151}
152//---------------------------------------------------------------------------
153void TSound::Stop(void)
154{
155 EnterCriticalSection( &busy );
156 QueueSize = 0;
157 LeaveCriticalSection( &busy );
158}
159//---------------------------------------------------------------------------
160bool TSound::Play(AnsiString File, int Count)
161{

Callers 2

OKButtonClickMethod · 0.80
FormDestroyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected