Skip to main content
Module

x/win32/mod.ts>MB_SYSTEMMODAL

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

Same as MB_APPLMODAL except that the message box has the WS_EX_TOPMOST style. Use system-modal message boxes to notify the user of serious, potentially damaging errors that require immediate attention (for example, running out of memory). This flag has no effect on the user's ability to interact with windows other than those associated with hWnd.

type

4096