.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StringTableStringFromId 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStringTableStringFromId\fR (SETUPAPI.@) .SH SYNOPSIS LPWSTR StringTableStringFromId ( HSTRING_TABLE \fIhStringTable\fR, DWORD \fIdwId\fR ) .SH DESCRIPTION .PP Returns a pointer to a string for the given string \fBID\fR. .SH PARAMS \fIhStringTable\fR \fB[In]\fR Handle to the string table. .PP \fIdwId\fR \fB[In]\fR String \fBID\fR. .PP .SH RETURNS .PP \fBSuccess:\fR Pointer to the string .PP \fBFailure:\fR \fBNULL\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.