StrTrimA(3w)
NAME
StrTrimA (SHLWAPI.@)
SYNOPSIS
BOOL StrTrimA ( LPSTR lpszStr, LPCSTR lpszTrim )
DESCRIPTION
Remove characters from the start and end of a string.
PARAMS
lpszStr [Out] String to remove characters from.
lpszTrim [In] Characters to remove from lpszStr.
RETURNS
TRUE If lpszStr was valid and modified FALSE Otherwise
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/string.c".
- Debug channel "shell".