StringTableSetExtraData(3w)

NAME

StringTableSetExtraData (SETUPAPI.@)

SYNOPSIS

BOOL StringTableSetExtraData
 (
  HSTRING_TABLE hStringTable,
  DWORD         dwId,
  LPVOID        lpExtraData,
  DWORD         dwExtraDataSize
 )

DESCRIPTION

Sets extra data for a given string table entry.

PARAMS

hStringTable [In] Handle to the string table.

dwId [In] String ID.

lpExtraData [In] Pointer to the extra data.

dwExtraDataSize [In] Size of the extra data.

RETURNS

Success: TRUE

Failure: FALSE

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".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout