dcell ~master (2025-12-15T06:58:51.846294)
Dub
Repo
CreateEventW
dcell
wintty
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
version(Windows)
extern (
Windows
) @
nogc
nothrow
HANDLE
CreateEventW
(
SECURITY_ATTRIBUTES
*
secAttr
,
BOOL
bManualReset
,
BOOL
bInitialState
,
LPCWSTR
lpName
)
Meta
Source
See Implementation
dcell
wintty
classes
WinTty
functions
CloseHandle
CreateEventW
FlushConsoleInputBuffer
GetConsoleMode
GetConsoleScreenBufferInfo
GetNumberOfConsoleInputEvents
ReadConsoleInputW
SetConsoleMode
SetEvent
WaitForMultipleObjects
WriteConsoleW