Str_SetPtrA (COMCTL32.234)
BOOL Str_SetPtrA ( LPSTR* lppDest, LPCSTR lpSrc )
Makes a copy of a string, allocating memory if necessary.
lppDest | [Out] | Pointer to destination string. |
lpSrc | [In] | Source string. |
Success: TRUE
Failure: FALSE.
Set lpSrc to NULL to free the memory allocated by a previous call to this function.
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/comctl32/string.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/string.c
Debug channel "commctrl".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.