MB_ICONQUESTION top-level constant

int const MB_ICONQUESTION

A question-mark icon appears in the message box.

The question-mark message icon is no longer recommended because it does not clearly represent a specific type of message and because the phrasing of a message as a question could apply to any message type. In addition, users can confuse the message symbol question mark with Help information. Therefore, do not use this question mark message symbol in your message boxes. The system continues to support its inclusion only for backward compatibility.

Implementation

const MB_ICONQUESTION = 0x00000020;