Scroll to navigation

_wmakepath(3w) Wine API _wmakepath(3w)

NAME

_wmakepath (MSVCRT.@)

SYNOPSIS

VOID CDECL _wmakepath
(
MSVCRT_wchar_t* path,
const MSVCRT_wchar_t* drive,
const MSVCRT_wchar_t* directory,
const MSVCRT_wchar_t* filename,
const MSVCRT_wchar_t* extension
)
 

DESCRIPTION

See _wmakepath(3w).
 

IMPLEMENTATION

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