NAME
TUI::StdDlg::FindFirstRec::Win32 - Win32 implementation of FindFirstRec
DESCRIPTION
TUI::StdDlg::FindFirstRec::Win32 provides the Windows-specific implementation of the FindFirstRec directory search interface.
The implementation maps the generic search operations to the Win32 FindFirstFile and FindNextFile APIs and updates the associated find_t record accordingly.
METHODS
allocate
Win32-specific initialization of a directory search.
get
Retrieves the search context associated with a find_t record.
next
Advances the search using the Win32 filesystem APIs.
AUTHORS
Borland International (original Turbo Vision design)
J. Schneider <brickpool@cpan.org> (Perl implementation and maintenance)
CONTRIBUTORS
magiblot <magiblot@hotmail.com>
COPYRIGHT AND LICENSE
Copyright (c) 1990-1994, 1997 by Borland International
Copyright (c) 2019-2026 the "AUTHORS" and "CONTRIBUTORS" as listed above.
This software is licensed under the MIT license (see the LICENSE file, which is part of the distribution).