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 "dlls/kernel/console.c". source.winehq.org/source/dlls/kernel/console.c

Debug channel "console".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.