StrTrimA (SHLWAPI.@)
BOOL StrTrimA ( LPSTR lpszStr, LPCSTR lpszTrim )
Remove characters from the start and end of a string.
lpszStr | [Out] | String to remove characters from. |
lpszTrim | [In] | Characters to remove from lpszStr. |
TRUE If lpszStr was valid and modified FALSE Otherwise
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c
Debug channel "shell".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.