Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/win32/mod.ts>MB_ICONQUESTION

Wraps some of the most common Win32 API calls using FFI to make them accessible to Deno.
Latest
variable MB_ICONQUESTION
import { MB_ICONQUESTION } from "https://deno.land/x/win32@0.1.1/mod.ts";

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.