HI_SetLostRdSound
%HI_SetLostRdSound function
Function
The function sets/removes a link to an audio file that should be played cyclically when the connection to the D2000 Server process is lost.
Declaration
%HI_SetLostRdSound(
IN TEXT _wavFileName
)Parameters
_wavFileName | "" - will remove the link to the audio file. wavFileName - sets a link to an audio file. |
Note
If the _wavFileName parameter does not contain a valid path or refers to an unsupported file type, its playback will not start when the connection is lost.
The function has no return code.