What happens if I specify two or more button combinations in the same MessageBox function call?
Your application compiles just fine, but when the MessageBox function is called, sometimes nothing happens and sometimes one of the button combinations selected is displayed. Keep in mind that only one set of buttons will be displayed, so there is no reason to OR two or more sets of buttons together.