BOOL MessageBeep(
UINT uType //根據不同的類型來定
);
Parameters(參數)
uType
Specifies the sound type, as identified by an entry in the [sounds] section of the registry. It is one of the following values.
Value Description (數值描述):
0xFFFFFFFF SystemDefault (從機器的揚聲器中發出蜂鳴聲)
MB_ICONASTERISK SystemAsterisk (播放由SystemAsterisk定義的聲音)
MB_ICONEXCLAMATION SystemExclamation (播放由SystemExclamation定義的聲音)
MB_ICONHAND SystemHand (播放由SystemHand定義的聲音)
MB_ICONQUESTION SystemQuestion (播放由SystemQuestion定義的聲音)
MB_OK SystemDefault (播放由SystemDefault定義的聲音)
Return Values(返回值):
1.Nonzero indicates success. (非零表示成功)
2.Zero indicates failure. (零表示不成功)
3.To get extended error information, call GetLastError.(通過GetLastError函式來獲取錯誤信息)
Remarks(說明):
After queuing the sound, the MessageBeep function returns control to the calling function and plays the sound asynchronously.
If it cannot play the specified alert sound, MessageBeep attempts to play the system default sound. If it cannot play the system default sound, the function produces a standard beep sound through the computer speaker.
The user can disable the warning beep by using the Sound Control Panel application.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: Winbase.h.
Link Library: Msgbeep.lib.
See Also
MessageBox
相關詞條
-
MessageBeep
MessageBeep是計算機術語,用於播放一段系統音樂。
-
MFC 簡明教程
Visual C++ MFC 簡明教程原著:Marshall Brain 編譯:張聖華 第一部分:MFC導論Vis...
-
wndclass
{MessageBeep(0); return FALSE...
基本信息 視窗屬性定義 數據結構原型 結構說明 分量簡介 -
findwindow
), tt);end;MessageBeep(0...
簡述 函式原型 參數表 返回值 C#中 -
API函式
API概述定義作為一個編程初學者來說,API函式也許是一個時常耳聞卻感覺有些神秘的東西。單看它複雜的語法,就足令人望而生畏,但是...
API概述 函式大全 Escape 設備 內部函式 運算函式 -
MIDI編曲
)){MessageBeep (MB_ICONEXCLAMATION...
呼叫midiOutOpen函式 函式原型: 重複演奏--midiOutReset -
WindowsAPI函式清單
WindowsAPI簡介:API的英文全稱(Application Programming Interface),WIN32 A...
WindowsAPI簡介: API函式清單: