StringTableDuplicate(3w)
NAME
StringTableDuplicate (SETUPAPI.@)
SYNOPSIS
HSTRING_TABLE StringTableDuplicate
(
HSTRING_TABLE hStringTable
)
DESCRIPTION
Duplicates a given string table.
PARAMS
hStringTable [In] Handle to the string table.
RETURNS
Success: Handle to the duplicated string table
Failure: NULL
IMPLEMENTATION
Not defined in a Wine header. The function is either undocumented, or
missing from Wine.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/setupapi/stringtable.c".
- Debug channel "setupapi".