ReactOS 0.4.16-dev-125-g798ea90
|
#include <stdlib.h>
#include <windows.h>
#include <psapi.h>
#include <wine/debug.h>
#include <wine/unicode.h>
#include "taskkill.h"
Go to the source code of this file.
Classes | |
struct | pid_close_info |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (taskkill) | |
static int | taskkill_vprintfW (const WCHAR *msg, __ms_va_list va_args) |
static int WINAPIV | taskkill_printfW (const WCHAR *msg,...) |
static int WINAPIV | taskkill_message_printfW (int msg,...) |
static int | taskkill_message (int msg) |
static BOOL CALLBACK | pid_enum_proc (HWND hwnd, LPARAM lParam) |
static DWORD * | enumerate_processes (DWORD *list_count) |
static BOOL | get_process_name_from_pid (DWORD pid, WCHAR *buf, DWORD chars) |
static int | send_close_messages (void) |
static int | terminate_processes (void) |
static BOOL | add_to_task_list (WCHAR *name) |
static BOOL | process_arguments (int argc, WCHAR *argv[]) |
int | wmain (int argc, WCHAR *argv[]) |
Variables | |
static BOOL | force_termination = FALSE |
static WCHAR ** | task_list |
static unsigned int | task_count |
Definition at line 488 of file taskkill.c.
Referenced by process_arguments().
Definition at line 152 of file taskkill.c.
Referenced by send_close_messages(), and terminate_processes().
Definition at line 192 of file taskkill.c.
Referenced by send_close_messages(), and terminate_processes().
Definition at line 136 of file taskkill.c.
Referenced by send_close_messages(), and terminate_processes().
Definition at line 659 of file taskkill.c.
Referenced by wmain().
Definition at line 235 of file taskkill.c.
Referenced by wmain().
Definition at line 125 of file taskkill.c.
Referenced by process_arguments(), send_close_messages(), and terminate_processes().
Definition at line 110 of file taskkill.c.
Referenced by process_arguments(), send_close_messages(), and terminate_processes().
Definition at line 98 of file taskkill.c.
Referenced by taskkill_message().
|
static |
Definition at line 64 of file taskkill.c.
Referenced by taskkill_message_printfW(), and taskkill_printfW().
Definition at line 329 of file taskkill.c.
Referenced by wmain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | taskkill | ) |
Definition at line 744 of file taskkill.c.
Definition at line 33 of file taskkill.c.
Referenced by process_arguments(), terminate_processes(), and wmain().
Definition at line 36 of file taskkill.c.
Referenced by add_to_task_list(), send_close_messages(), and terminate_processes().
|
static |
Definition at line 35 of file taskkill.c.
Referenced by add_to_task_list(), send_close_messages(), terminate_processes(), test_multiselect(), and wmain().