ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <corecrt_internal.h>
#include <corecrt_internal_traits.h>
#include <direct.h>
#include <errno.h>
#include <malloc.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
static int __cdecl | is_valid_drive (unsigned const drive_number) throw () |
template<typename Character > | |
_Success_ (return !=0) _Ret_z_ static Character *__cdecl common_getdcwd(int drive_number | |
_Out_writes_opt_z_ (max_count) Character *user_buffer | |
int const int const _In_opt_z_ char const *const int const line_number | throw () |
char *__cdecl | _getcwd (char *const user_buffer, int const max_length) |
wchar_t *__cdecl | _wgetcwd (wchar_t *const user_buffer, int const max_length) |
char *__cdecl | _getdcwd (int const drive_number, char *const user_buffer, int const max_length) |
wchar_t *__cdecl | _wgetdcwd (int const drive_number, wchar_t *const user_buffer, int const max_length) |
Variables | |
int const | max_count |
int const int const | block_use |
int const int const _In_opt_z_ char const *const | file_name |
Definition at line 180 of file getcwd.cpp.
Definition at line 196 of file getcwd.cpp.
_Out_writes_opt_z_ | ( | max_count | ) |
Definition at line 188 of file getcwd.cpp.
wchar_t *__cdecl _wgetdcwd | ( | int const | drive_number, |
wchar_t *const | user_buffer, | ||
int const | max_length | ||
) |
Definition at line 205 of file getcwd.cpp.
Definition at line 26 of file getcwd.cpp.
Referenced by throw().
Definition at line 117 of file getcwd.cpp.
Definition at line 115 of file getcwd.cpp.
Referenced by throw().
Definition at line 113 of file getcwd.cpp.
Referenced by throw().