GenerateConsoleCtrlEvent(3w)

NAME

GenerateConsoleCtrlEvent (KERNEL32.@)

SYNOPSIS

BOOL GenerateConsoleCtrlEvent
 (
  DWORD dwCtrlEvent,
  DWORD dwProcessGroupID
 )

DESCRIPTION

GenerateConsoleCtrlEvent [KERNEL32.@] Simulate a CTRL-C or CTRL-BREAK.

PARAMS

dwCtrlEvent [In] Type of event.

dwProcessGroupID [In] Process group Id to send event to.

RETURNS

Success: TRUE

Failure: FALSE (and *should* [but doesn't] set LastError)

IMPLEMENTATION

Defined in "wincon.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/console.c".

Debug channel "console".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout