.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH StringTableLookUpString 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStringTableLookUpString\fR (SETUPAPI.@) .SH SYNOPSIS DWORD StringTableLookUpString ( HSTRING_TABLE \fIhStringTable\fR, LPWSTR \fIlpString\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Searches a string table for a given string. .SH PARAMS \fIhStringTable\fR \fB[In]\fR Handle to the string table. .PP \fIlpString\fR \fB[In]\fR String to be searched for. .PP \fIdwFlags\fR \fB[In]\fR Flags 1: case sensitive compare. .PP .SH RETURNS .PP \fBSuccess:\fR String \fBID\fR .PP \fBFailure:\fR ~0u .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.