Scroll to navigation

PathAppendW(3w) Wine API PathAppendW(3w)

NAME

PathAppendW (SHLWAPI.@)

SYNOPSIS

BOOL PathAppendW
(
LPWSTR lpszPath,
LPCWSTR lpszAppend
)
 

DESCRIPTION

See PathAppendA(3w).
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/path.c".
Debug channel "shell".
Oct 2012 Wine API