.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHFindDataBlock 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHFindDataBlock\fR (SHLWAPI.22) .SH SYNOPSIS DATABLOCK_HEADER* SHFindDataBlock ( LPDBLIST \fIlpList\fR, DWORD \fIdwSignature\fR ) .SH DESCRIPTION .PP Find an item in a DataBlock list. .SH PARAMS \fIlpList\fR \fB[In]\fR List to search. .PP \fIdwSignature\fR \fB[In]\fR Id of item to find. .PP .SH RETURNS .PP \fBSuccess:\fR A pointer to the list item found .PP \fBFailure:\fR \fBNULL\fR. .SH NOTES .PP See \fBSHWriteDataBlockList(3w)\fR. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/clist.c"\fR. .PP Debug channel \fB"shell"\fR.