.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH MSVCRT__findfirst 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBMSVCRT__findfirst\fR (MSVCRT.@) .SH SYNOPSIS MSVCRT_intptr_t CDECL MSVCRT__findfirst ( const char* \fIfspec\fR, struct MSVCRT__finddata_t* \fIft\fR ) .SH DESCRIPTION .PP Open a handle for iterating through a directory. .SH PARAMS \fIfspec\fR \fB[In]\fR File specification of files to iterate. .PP \fIft\fR \fB[Out]\fR Information for the first file found. .PP .SH RETURNS .PP \fBSuccess:\fR A handle suitable for passing to \fB_findnext(3w)\fR and \fB_findclose(3w)\fR. \fIft\fR is populated with the details of the found file. .PP \fBFailure:\fR \fB-1.\fR errno indicates the error. .SH NOTES .PP See \fBFindFirstFileA(3w)\fR. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/msvcrt/dir.c"\fR. .PP Debug channel \fB"msvcrt"\fR.