CheckEscapesA(3w)
NAME
CheckEscapesA (SHELL32.@)
SYNOPSIS
DWORD CheckEscapesA ( LPSTR string, DWORD len )
PARAMS
string [In/Out] string to check ??.
len [In] is 0.
DESCRIPTION
Checks a string for special characters which are not allowed in a path
and encloses it in quotes if that is the case.
PARAMS
string [In/Out] string to check and on return eventually quoted.
len [In] length of string.
RETURNS
length of actual string.
NOTES
Not really sure if this function returns actually a value at all.
IMPLEMENTATION
Defined in "undocshell.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shell32/shellstring.c".
- Debug channel "shell".