DuplicateString(3w)
NAME
DuplicateString (SETUPAPI.@)
SYNOPSIS
LPWSTR DuplicateString
(
LPCWSTR lpSrc
)
DESCRIPTION
Duplicates a unicode string.
PARAMS
lpSrc [In] pointer to the unicode string that will be duplicated.
RETURNS
Success: pointer to the duplicated unicode string
Failure: NULL.
NOTES
Call MyFree(3w) to release the duplicated string.
IMPLEMENTATION
Defined in "setupapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/setupapi/misc.c".
- Debug channel "setupapi".