ReactOS 0.4.16-dev-306-g647d351
|
#include "tasklist.h"
Go to the source code of this file.
Macros | |
#define | OPTION_INVALID -1 |
#define | OPTION_HELP 0 |
#define | OPTION_NOHEADER 1 |
#define | RES_STR_MAXLEN 64 |
Functions | |
VOID | PrintSplitLine (UINT Length) |
VOID | PrintSpace (UINT Length) |
VOID | PrintString (LPCWSTR String, UINT MaxWidth, BOOL bAlignLeft) |
VOID | PrintResString (HINSTANCE hInstance, UINT uID, UINT MaxWidth, BOOL bAlignLeft) |
VOID | PrintNum (LONGLONG Number, UINT MaxWidth) |
BOOL | PrintMemory (SIZE_T MemorySizeByte, UINT MaxWidth, HINSTANCE hInstance) |
VOID | PrintHeader (HINSTANCE hInstance) |
BOOL | EnumProcessAndPrint (BOOL bNoHeader) |
INT | GetOptionType (LPCWSTR szOption) |
BOOL | ProcessArguments (INT argc, WCHAR **argv) |
int | wmain (int argc, WCHAR **argv) |
Variables | |
static PCWSTR | OptionList [] = { L"?", L"nh" } |
#define OPTION_HELP 0 |
Definition at line 15 of file tasklist.c.
#define OPTION_INVALID -1 |
Definition at line 14 of file tasklist.c.
#define OPTION_NOHEADER 1 |
Definition at line 16 of file tasklist.c.
#define RES_STR_MAXLEN 64 |
Definition at line 19 of file tasklist.c.
Definition at line 144 of file tasklist.c.
Referenced by ProcessArguments().
Definition at line 241 of file tasklist.c.
Referenced by ProcessArguments().
Definition at line 118 of file tasklist.c.
Referenced by EnumProcessAndPrint().
Definition at line 69 of file tasklist.c.
Referenced by EnumProcessAndPrint().
Definition at line 61 of file tasklist.c.
Referenced by EnumProcessAndPrint().
Definition at line 31 of file tasklist.c.
Referenced by EnumProcessAndPrint(), and PrintHeader().
Definition at line 22 of file tasklist.c.
Referenced by PrintHeader().
Definition at line 39 of file tasklist.c.
Referenced by EnumProcessAndPrint(), PrintMemory(), and PrintResString().
Definition at line 259 of file tasklist.c.
Referenced by wmain().
Definition at line 325 of file tasklist.c.
|
static |
Definition at line 12 of file tasklist.c.
Referenced by BlCopyBootOptions(), BmGetOptionList(), and GetOptionType().