CheckEscapesA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shell32/shellstring.c".

Debug channel "shell".