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

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/shell32/shellstring.c". https://source.winehq.org/source/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 Apr 2024.