table of contents
other versions
- wheezy 1.4.1-4
StrTrimA(3w) | Wine API | 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 OtherwiseIMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/string.c". Debug channel "shell".Oct 2012 | Wine API |