ReactOS 0.4.15-dev-6073-g59e7458
|
#include <stdio.h>
#include <stdlib.h>
#include <windef.h>
#include <winbase.h>
#include <wincon.h>
#include <winuser.h>
#include <conutils.h>
#include "resource.h"
Go to the source code of this file.
Functions | |
static VOID | ErrorMessage (_In_ DWORD dwErrorCode, _In_opt_ PCWSTR pszMsg,...) |
static BOOL | PrintAttribute (LPWSTR pszPath, LPWSTR pszFile, BOOL bRecurse, BOOL bDirectories) |
static BOOL | ChangeAttribute (LPWSTR pszPath, LPWSTR pszFile, BOOL bRecurse, BOOL bDirectories, DWORD dwMask, DWORD dwAttrib) |
int | wmain (int argc, WCHAR *argv[]) |
Variables | |
CON_SCREEN | StdOutScreen = INIT_CON_SCREEN(StdOut) |
|
static |
Definition at line 184 of file attrib.c.
Referenced by ChangeAttribute(), and wmain().
Definition at line 51 of file attrib.c.
Referenced by AddAssociation(), ChangeAttribute(), cmd_mkdir(), cmd_mklink(), cmd_move(), cmd_rmdir(), cmd_start(), DeleteFiles(), DeleteFolder(), ExecuteAsync(), PrintAllAssociations(), PrintAssociation(), PrintAssociationEx(), PrintAttribute(), PrintVolumeHeader(), ProcessPortMessage(), RemoveAssociation(), ShowItemError(), and ShowStepError().
|
static |
Definition at line 83 of file attrib.c.
Referenced by PrintAttribute(), and wmain().
Definition at line 284 of file attrib.c.
CON_SCREEN StdOutScreen = INIT_CON_SCREEN(StdOut) |