Skip to main content
Module

x/win32/mod.ts>MB_TASKMODAL

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

Same as MB_APPLMODAL except that all the top-level windows belonging to the current thread are disabled if the hWnd parameter is NULL. Use this flag when the calling application or library does not have a window handle available but still needs to prevent input to other windows in the calling thread without suspending other threads.

type

8192