Scroll to navigation

MSVCRT__wchdir(3w) Wine API MSVCRT__wchdir(3w)

NAME

MSVCRT__wchdir (MSVCRT.@)

SYNOPSIS

int CDECL MSVCRT__wchdir
(
const MSVCRT_wchar_t* newdir
)
 

DESCRIPTION

See _chdir(3w).
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/msvcrt/dir.c".
Debug channel "msvcrt".
Oct 2012 Wine API