User32SoundSentry Method
Triggers a visual signal to indicate that a sound is playing.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[DllImportAttribute("User32.dll", ExactSpelling = true)]
public static bool SoundSentry()
<DllImportAttribute("User32.dll", ExactSpelling := true>]
Public Shared Function SoundSentry As Boolean
Dim returnValue As Boolean
returnValue = User32.SoundSentry()
public:
[DllImportAttribute(L"User32.dll", ExactSpelling = true)]
static bool SoundSentry()
[<DllImportAttribute("User32.dll", ExactSpelling = true)>]
static member SoundSentry : unit -> bool
No code example is currently available or this language may not be supported.
Return Value
Boolean
Return
if the visual signal was or will be displayed correctly.
Returns
if an error prevented the signal from being displayed.