Scroll to navigation

StringTableDuplicate(3w) Wine API 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 declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/setupapi/stringtable.c".
Debug channel "setupapi".
Oct 2012 Wine API