ReactOS 0.4.16-dev-927-g467dec4
|
#include <stdio.h>
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <conutils.h>
#include "resource.h"
Go to the source code of this file.
Macros | |
#define | STR_MAX 2048 |
Functions | |||||||||
: GetDirectoryStructure | |||||||||
| |||||||||
static VOID | GetDirectoryStructure (PWSTR strPath, UINT width, PCWSTR prevLine) | ||||||||
: HasSubFolder | |||||||||
| |||||||||
static BOOL | HasSubFolder (PCWSTR strPath1) | ||||||||
: DrawTree | |||||||||
| |||||||||
static VOID | DrawTree (PCWSTR strPath, const WIN32_FIND_DATAW *arrFolder, const size_t szArr, UINT width, PCWSTR prevLine, BOOL drawfolder) | ||||||||
: main | |||||||||
standard main functionality as required by C/C++ for application startup
| |||||||||
int | wmain (int argc, WCHAR *argv[]) | ||||||||
Variables | |
BOOL | bShowFiles = FALSE |
BOOL | bUseAscii = FALSE |
|
static |
Definition at line 88 of file tree.c.
Referenced by GetDirectoryStructure().
Definition at line 223 of file tree.c.
Referenced by DrawTree(), and wmain().
Definition at line 37 of file tree.c.
Referenced by DrawTree().
Definition at line 301 of file tree.c.
Definition at line 23 of file tree.c.
Referenced by GetDirectoryStructure(), and wmain().