DuplicateString (SETUPAPI.@)
LPWSTR DuplicateString ( LPCWSTR lpSrc )
Duplicates a unicode string.
lpSrc | [In] | pointer to the unicode string that will be duplicated. |
Success: pointer to the duplicated unicode string
Failure: NULL.
Call MyFree to release the duplicated string.
Declared in "include/winstring.h". gitlab.winehq.org/wine/wine/blob/master/include/winstring.h
Implemented in "dlls/setupapi/misc.c". gitlab.winehq.org/wine/wine/blob/master/dlls/setupapi/misc.c
Debug channel "setupapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.