table of contents
other versions
- wheezy 1.4.1-4
PathRemoveBlanksA(3w) | Wine API | PathRemoveBlanksA(3w) |
NAME¶
PathRemoveBlanksA (SHLWAPI.@)SYNOPSIS¶
VOID PathRemoveBlanksA(
LPSTR lpszPath
)
DESCRIPTION¶
Remove Spaces from the start and end of a path.PARAMS¶
lpszPath [In/Out] Path to strip blanks from.RETURNS¶
Nothing.IMPLEMENTATION¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/path.c". Debug channel "shell".Oct 2012 | Wine API |