<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > OS (Operating System) > OS_MessageBeep |
Description
Plays a waveform sound.
The waveform sound for each sound type is identified by an entry in the registry.
Syntax
n = OS_MessageBeep(lType)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
lType |
Number |
No |
Possible values:
%MB_SIMPLE %MB_ICONASTERISK %MB_ICONEXCLAMATION %MB_ICONHAND %MB_ICONQUESTION %MB_OK
|
Remarks
Restrictions
See also
Examples