BlogSharp.Core.Impl.Services.FileSystem.Native.NativeMethods.FindNextFile C# (CSharp) Method

FindNextFile() private method

private FindNextFile ( [ hFindFile, [ lpFindFileData ) : bool
hFindFile [
lpFindFileData [
return bool
		public static extern bool FindNextFile(
			[In] SafeFileHandle hFindFile,
			[Out] out WIN32_FIND_DATA lpFindFileData);