StringTableLookUpStringEx(3w)
NAME
StringTableLookUpStringEx (SETUPAPI.@)
SYNOPSIS
DWORD StringTableLookUpStringEx ( HSTRING_TABLE hStringTable, LPWSTR lpString, DWORD dwFlags, LPVOID lpExtraData, DWORD dwReserved )
DESCRIPTION
Searches a string table and extra data for a given string.
PARAMS
hStringTable [In] Handle to the string table.
lpString [In] String to be searched for.
dwFlags [In] Flags 1: case sensitive compare.
lpExtraData [Out] Pointer to the buffer that receives the extra data.
dwReserved [In/Out] Unused.
RETURNS
Success: String ID
Failure: -1
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".