主题:MessageBeep (0)
IWTBN1
[专家分:0] 发布于 2005-09-27 14:09:00
MessageBeep (0)
请问具体有什么用?
回复列表 (共2个回复)
沙发
vrace [专家分:3590] 发布于 2005-09-30 20:52:00
“咚”
板凳
alias0018 [专家分:480] 发布于 2005-10-03 16:37:00
MessageBeep
The MessageBeep function plays a waveform sound. The waveform sound for each sound type is identified by an entry in the [sounds] section of the registry.
BOOL MessageBeep(
UINT uType // sound type
);
Parameters
uType
Specifies the sound type, as identified by an entry in the [sounds] section of the registry. This parameter can be one of the following values: Value Sound
0xFFFFFFFF Standard beep using the computer speaker
MB_ICONASTERISK SystemAsterisk
MB_ICONEXCLAMATION SystemExclamation
MB_ICONHAND SystemHand
MB_ICONQUESTION SystemQuestion
MB_OK SystemDefault
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
我来回复