.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StringTableGetExtraData 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStringTableGetExtraData\fR (SETUPAPI.@) .SH SYNOPSIS BOOL StringTableGetExtraData ( HSTRING_TABLE \fIhStringTable\fR, DWORD \fIdwId\fR, LPVOID \fIlpExtraData\fR, DWORD \fIdwExtraDataSize\fR ) .SH DESCRIPTION .PP Retrieves extra data from a given string table entry. .SH PARAMS \fIhStringTable\fR \fB[In]\fR Handle to the string table. .PP \fIdwId\fR \fB[In]\fR String \fBID\fR. .PP \fIlpExtraData\fR \fB[In]\fR Pointer a buffer that receives the extra data. .PP \fIdwExtraDataSize\fR \fB[In]\fR Size of the buffer. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/setupapi/stringtable.c"\fR. .PP Debug channel \fB"setupapi"\fR.