ReactOS 0.4.16-dev-852-gcfcc8d8
|
Go to the source code of this file.
Functions | |
template<typename Character > | |
_Success_ (return !=0) static Character *__cdecl common_getpath(_In_z_ Character const *const delimited_paths | |
_Out_writes_z_ (result_count) Character *const result | |
size_t const result_count | throw () |
char *__cdecl | __acrt_getpath (char const *const delimited_paths, char *const result, size_t const result_count) |
wchar_t *__cdecl | __acrt_wgetpath (wchar_t const *const delimited_paths, wchar_t *const result, size_t const result_count) |
char *__cdecl __acrt_getpath | ( | char const *const | delimited_paths, |
char *const | result, | ||
size_t const | result_count | ||
) |
Definition at line 143 of file getpath.cpp.
wchar_t *__cdecl __acrt_wgetpath | ( | wchar_t const *const | delimited_paths, |
wchar_t *const | result, | ||
size_t const | result_count | ||
) |
Definition at line 152 of file getpath.cpp.
_Out_writes_z_ | ( | result_count | ) | const |
Definition at line 68 of file getpath.cpp.