Scroll to navigation

PathQuoteSpacesA(3w) Wine API 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

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