PathQuoteSpacesA(3w)
NAME
PathQuoteSpacesA (SHLWAPI.@)
SYNOPSIS
VOID PathQuoteSpacesA
(
LPSTR lpszPath
)
DESCRIPTION
Surround a path containing spaces in quotes.
PARAMS
lpszPath [In/Out] Path to quote.
RETURNS
Nothing.
NOTES
The path is not changed if it is invalid or has no spaces.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/path.c".
- Debug channel "shell".