Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
This flag is not supported on modern Windows platforms.
+.. data:: SND_APPLICATION
+
+ The *sound* parameter is an application-specific alias in the registry.
+ This flag can be combined with the :const:`SND_ALIAS` flag
+ to specify an application-defined sound alias.
+
+
.. data:: MB_ICONASTERISK
Play the ``SystemDefault`` sound.
"SND_NODEFAULT - Do not play a default beep if the sound can not be found\n"
"SND_NOSTOP - Do not interrupt any sounds currently playing\n" // Raising RuntimeError if needed
"SND_NOWAIT - Return immediately if the sound driver is busy\n" // Without any errors
+"SND_APPLICATION - sound is an application-specific alias in the registry."
"\n"
"Beep(frequency, duration) - Make a beep through the PC speaker.\n"
"MessageBeep(type) - Call Windows MessageBeep.");