Scroll to navigation

MSVCRT__wgetcwd(3w) Wine API MSVCRT__wgetcwd(3w)

NAME

MSVCRT__wgetcwd (MSVCRT.@)

SYNOPSIS

MSVCRT_wchar_t* CDECL MSVCRT__wgetcwd
(
MSVCRT_wchar_t* buf,
int size
)
 

DESCRIPTION

See _getcwd(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