Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Removes specified leading and trailing characters from a string.
BOOL StrTrimA(
[in, out] PSTR psz,
[in] PCSTR pszTrimChars
);
[in, out] psz
Type: PTSTR
A pointer to the null-terminated string to be trimmed. When this function returns successfully, psz receives the trimmed string.
[in] pszTrimChars
Type: PCTSTR
A pointer to a null-terminated string that contains the characters to trim from psz.
Type: BOOL
TRUE if any characters were removed; otherwise, FALSE.
Note
The shlwapi.h header defines StrTrim as an alias that automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that is not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | shlwapi.h |
Library | Shlwapi.lib |
DLL | Shlwapi.dll (version 4.71 or later) |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today