StrDupA (SHLWAPI.@)
LPSTR StrDupA ( LPCSTR lpszStr )
Duplicate a string.
lpszStr | [In] | String to duplicate. |
Success: A pointer to a new string containing the contents of lpszStr
Failure: NULL, if memory cannot be allocated.
The string memory is allocated with LocalAlloc, and so should be released by calling LocalFree.
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/string.c". source.winehq.org/source/dlls/shlwapi/string.c
Debug channel "shell".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.