1. FilterFindClose function (Windows Drivers)

    https://msdn.microsoft.com/en-us/library/windows/hardware/ff540481...

    The FilterFindClose function closes the specified minifilter search handle. The FilterFindFirst and FilterFindNext functions use this search handle to locate minifilters.

    • Syntax

      HRESULT FilterFindClose(
        _In_ HANDLE hFilterFind
      );
      Was this helpful?Thanks! Give more feedback
  2. https://msdn.microsoft.com/fr-fr/library/ff540488(v=vs.85).aspx

    FilterFindClose FilterFindFirst ...

  3. FindFirstFile function (Windows) - msdn.microsoft.com

    https://msdn.microsoft.com/en-us/library/windows/desktop/aa364418...

    FindFirstFile function. ... When the search handle is no longer needed, close it by using the FindClose function, not CloseHandle. As stated previously, you ...

  4. Delphi Basics : FindFirst command

    www.delphibasics.co.uk/RTL.asp?Name=FindFirst

    The FindFirst function searches for files ... you must call FindClose after a successful FindFirst when you have ... you should filter the results Attr value to ...

  5. delphi - How to search different file types using ...

    https://stackoverflow.com/questions/5991040

    In my Application I use the following procedure to recursively scan any folder and subfolders, if the folder contains Text Files (*.txt) I add the filename to a ...

  6. wine: dlls/fltlib/fltlib.c File Reference - doxygen ...

    https://fossies.org/dox/wine-2.0/fltlib_8c.html

    FilterFindClose() HRESULT WINAPI FilterFindClose (HANDLE ...

  7. performance - C# GetFiles with Date Filter - Stack …

    https://stackoverflow.com/questions/11942979

    Is there a more efficient way to populate a list of file names from a directory with a date filter? ... C# GetFiles with Date Filter. ... extern bool FindClose ...

  8. Kodak - filterfind.net

    www.filterfind.net/Kodak.html

    25.5SO Kodak #13 close-up attachment chrome...NIB n/o...12.00 qty 7. ... Kodak collectible bakelite plastic filter storage *yellow or clear small ...

  9. Window.Close Method (System.Windows) - …

    https://msdn.microsoft.com/en-us/library/system.windows.window...

    A Window can be closed using one of several, well-known, system-provided mechanisms located in its title bar, including: ALT+F4. System menu | Close.

  10. Search Files and Folders or Match a Mask - ThoughtCo

    https://www.thoughtco.com/search-for-files-and-folders-matching-a...

    How to Search for Files and Folders with Delphi. Search the site GO. Computer Science. Delphi Programming Tutorials Basics ... FindNext, and FindClose. ...