FindClose (kernel32)
Last changed: -221.226.241.26

.
Summary

C# Signature:

[DllImport("kernel32.dll", SetLastError = true)]
public static extern bool FindClose(IntPtr hFindFile);

VB.NET Signature:

<DllImport("kernel32.dll")> _
Public Shared Function FindClose(ByVal hFindFile As IntPtr) As Boolean
End Function

User-Defined Types:

This function must be used to close an handle opened with FindFirstFile and FindNextFile.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
FindClose on MSDN