Changeset 100 for Include/Classes/System/Media
- Timestamp:
- Feb 14, 2007, 11:50:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/Classes/System/Media/SystemSounds.ab
r97 r100 6 6 7 7 Public 8 Function Asterisk() As SystemSound8 Static Function Asterisk() As SystemSound 9 9 Dim ret As SystemSound(SND_ALIAS_SYSTEMASTERISK) 10 10 Return ret 11 11 End Function 12 Function Beep() As SystemSound12 Static Function Beep() As SystemSound 13 13 Dim ret As SystemSound(SND_ALIAS_SYSTEMDEFAULT) 14 14 Return ret 15 15 End Function 16 Function Exclamation() As SystemSound16 Static Function Exclamation() As SystemSound 17 17 Dim ret As SystemSound(SND_ALIAS_SYSTEMEXCLAMATION) 18 18 Return ret 19 19 End Function 20 Function Hand() As SystemSound20 Static Function Hand() As SystemSound 21 21 Dim ret As SystemSound(SND_ALIAS_SYSTEMHAND) 22 22 Return ret 23 23 End Function 24 Function Question() As SystemSound24 Static Function Question() As SystemSound 25 25 Dim ret As SystemSound(SND_ALIAS_SYSTEMQUESTION) 26 26 Return ret
Note:
See TracChangeset
for help on using the changeset viewer.