table of contents
other versions
- wheezy 1.4.1-4
MSVCRT__findfirst64(3w) | Wine API | MSVCRT__findfirst64(3w) |
NAME¶
MSVCRT__findfirst64 (MSVCRT.@)SYNOPSIS¶
MSVCRT_intptr_t CDECL MSVCRT__findfirst64(
const char* fspec,
struct MSVCRT__finddata64_t* ft
)
DESCRIPTION¶
See _findfirst(3w).IMPLEMENTATION¶
Not declared in a Wine header. The function is either undocumented, or missing from Wine. Implemented in "dlls/msvcrt/dir.c". Debug channel "msvcrt".Oct 2012 | Wine API |