Scroll to navigation

_wfullpath(3w) Wine API _wfullpath(3w)

NAME

_wfullpath (MSVCRT.@)

SYNOPSIS

MSVCRT_wchar_t * CDECL _wfullpath
(
MSVCRT_wchar_t* absPath,
const MSVCRT_wchar_t* relPath,
MSVCRT_size_t size
)
 

DESCRIPTION

See _fullpath(3w).
 

IMPLEMENTATION

Declared in "tchar.h".
Implemented in "dlls/msvcrt/dir.c".
Debug channel "msvcrt".
Oct 2012 Wine API