00001 /****************************** Module Header ******************************\ 00002 * Module Name: msgbeep.c 00003 * 00004 * Copyright (c) 1985 - 1999, Microsoft Corporation 00005 * 00006 * This module contains the xxxMessageBox API and related functions. 00007 * 00008 * History: 00009 * 6-26-91 NigelT Created it with some wood and a few nails 00010 * 7 May 92 SteveDav Getting closer to the real thing 00011 \***************************************************************************/ 00012 00013 #include "precomp.h" 00014 #pragma hdrstop 00015 #include "ntuser.h" 00016 00017 /***************************************************************************\ 00018 * 00019 * ConsolePlaySound 00020 * 00021 * Play the Open sound for console applications. 00022 * 00023 \***************************************************************************/ 00024 00025 VOID ConsolePlaySound( 00026 VOID ) 00027 { 00028 NtUserCallOneParam(USER_SOUND_OPEN, SFI_PLAYEVENTSOUND); 00029 }