ReactOS 0.4.16-dev-814-g656a5dc
|
#include <stdio.h>
#include <direct.h>
#include <errno.h>
#include <stdlib.h>
#include <corecrt_internal_traits.h>
#include <windows.h>
Go to the source code of this file.
Functions | |
template<typename Character > | |
_Success_ (return !=0) static Character *__cdecl common_fullpath(_Out_writes_z_(max_count) Character *const user_buffer | |
Character const *const size_t const int const char const *const int const line_number | throw () |
char *__cdecl | _fullpath (char *const user_buffer, char const *const path, size_t const max_count) |
wchar_t *__cdecl | _wfullpath (wchar_t *const user_buffer, wchar_t const *const path, size_t const max_count) |
Variables | |
Character const *const | path |
Character const *const size_t const | max_count |
Character const *const size_t const int const | block_use |
Character const *const size_t const int const char const *const | file_name |
Definition at line 106 of file fullpath.cpp.
wchar_t *__cdecl _wfullpath | ( | wchar_t *const | user_buffer, |
wchar_t const *const | path, | ||
size_t const | max_count | ||
) |
Definition at line 115 of file fullpath.cpp.
Definition at line 70 of file fullpath.cpp.
Definition at line 67 of file fullpath.cpp.
Referenced by throw().
Definition at line 68 of file fullpath.cpp.
Referenced by throw().
Definition at line 66 of file fullpath.cpp.
Referenced by _fullpath(), _mblen_internal(), _mblen_l(), _wfullpath(), ComputeConformanceOrVariance(), CreateSyntheticPointerDevice(), DATETIME_GetFieldWidth(), __crt_stdio_output::formatting_buffer::ensure_buffer_is_big_enough(), mblen(), NdrComplexStructBufferSize(), NdrComplexStructMarshall(), NdrComplexStructMemorySize(), NdrComplexStructUnmarshall(), scan_tree(), send_tree(), taskdialog_add_buttons(), and throw().
Definition at line 65 of file fullpath.cpp.