ReactOS 0.4.16-dev-334-g4d9f67c
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOL WINAPI | CopyProfileDirectoryA (LPCSTR lpSourcePath, LPCSTR lpDestinationPath, DWORD dwFlags) |
BOOL WINAPI | CopyProfileDirectoryW (LPCWSTR lpSourcePath, LPCWSTR lpDestinationPath, DWORD dwFlags) |
BOOL | CopyDirectory (LPCWSTR lpDestinationPath, LPCWSTR lpSourcePath) |
BOOL | CreateDirectoryPath (LPCWSTR lpPathName, LPSECURITY_ATTRIBUTES lpSecurityAttributes) |
static BOOL | RecursiveRemoveDir (LPCWSTR lpPath) |
BOOL | RemoveDirectoryPath (LPCWSTR lpPathName) |
#define NDEBUG |
Definition at line 29 of file directory.c.
Definition at line 82 of file directory.c.
Referenced by CopyDirectory(), CopyProfileDirectoryW(), CopySystemProfile(), and CreateUserProfileExW().
Definition at line 36 of file directory.c.
BOOL WINAPI CopyProfileDirectoryW | ( | LPCWSTR | lpSourcePath, |
LPCWSTR | lpDestinationPath, | ||
DWORD | dwFlags | ||
) |
Definition at line 72 of file directory.c.
Referenced by CopyProfileDirectoryA().
BOOL CreateDirectoryPath | ( | LPCWSTR | lpPathName, |
LPSECURITY_ATTRIBUTES | lpSecurityAttributes | ||
) |
Definition at line 176 of file directory.c.
Referenced by AddDesktopItemW(), and CreateGroupW().
Definition at line 237 of file directory.c.
Referenced by RecursiveRemoveDir(), and RemoveDirectoryPath().
Definition at line 324 of file directory.c.
Referenced by DeleteGroupW(), and DeleteProfileW().