COM_Interop.NativeBeep.MessageBeep C# (CSharp) Method

MessageBeep() private method

private MessageBeep ( UInt32 beepType ) : System.Boolean
beepType System.UInt32
return System.Boolean
        private static extern Boolean MessageBeep(UInt32 beepType); //We can define the method we want to  use to execute the WIN API action
    }