CheckEscapesA (SHELL32.@)
DWORD CheckEscapesA ( LPSTR string, DWORD len )
string | [In/Out] | string to check ??. |
len | [In] | is 0. |
Checks a string for special characters which are not allowed in a path and encloses it in quotes if that is the case.
string | [In/Out] | string to check and on return eventually quoted. |
len | [In] | length of string. |
length of actual string.
Not really sure if this function returns actually a value at all.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/shell32/shellstring.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shell32/shellstring.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.