ReactOS 0.4.16-dev-942-g91fadeb
SetCurrentDirectoryA.cpp File Reference
Include dependency graph for SetCurrentDirectoryA.cpp:

Go to the source code of this file.

Functions

BOOL __cdecl __acrt_SetCurrentDirectoryA (LPCSTR const lpPathName)
 

Function Documentation

◆ __acrt_SetCurrentDirectoryA()

BOOL __cdecl __acrt_SetCurrentDirectoryA ( LPCSTR const  lpPathName)

Definition at line 11 of file SetCurrentDirectoryA.cpp.

14{
16
18 lpPathName,
19 wide_path_name,
21 );
22
23 if (cvt1 != 0) {
24 return FALSE;
25 }
26
27 return ::SetCurrentDirectoryW(wide_path_name.data());
28}
errno_t __acrt_mbs_to_wcs_cp(char const *const null_terminated_input_string, __crt_win32_buffer< wchar_t, ResizePolicy > &win32_buffer, unsigned int const code_page)
unsigned int __acrt_get_utf8_acp_compatibility_codepage()
#define FALSE
Definition: types.h:117
errno_t const cvt1
Definition: strftime.cpp:139
int errno_t
Definition: corecrt.h:615