Scroll to navigation

_wsplitpath(3w) Wine API _wsplitpath(3w)

NAME

_wsplitpath (MSVCRT.@)

SYNOPSIS

void CDECL _wsplitpath
(
const MSVCRT_wchar_t* inpath,
MSVCRT_wchar_t* drv,
MSVCRT_wchar_t* dir,
MSVCRT_wchar_t* fname,
MSVCRT_wchar_t* ext
)
 

DESCRIPTION

See _splitpath(3w).
 

IMPLEMENTATION

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