The RegisterByBin function registers a WAV sound with the client. The WAV file is binary stored in a Variant variable.
Syntax | |||||
RegisterSoundByBin(ByVal ID As String, ByVal Data As Variant) | |||||
Return value | |||||
Type |
Description | ||||
Long |
0 if it was carried out error-free | ||||
Parameter | |||||
Use |
Name |
Type |
Passing |
Description | |
Required |
ID |
String |
ByVal |
Freely selectable ID for registration | |
Required |
Data |
Variant |
ByVal |
WAV data | |