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 to release the duplicated string.

IMPLEMENTATION

Declared in "winstring.h". https://source.winehq.org/source/include/winstring.h

Implemented in "dlls/setupapi/misc.c". https://source.winehq.org/source/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 Apr 2024.