BSPGenerationTools.TarPacker.FindNextFile C# (CSharp) Method

FindNextFile() private method

private FindNextFile ( IntPtr hFindFile, WIN32_FIND_DATA &lpFindFileData ) : bool
hFindFile System.IntPtr
lpFindFileData WIN32_FIND_DATA
return bool
        static extern bool FindNextFile(IntPtr hFindFile, out WIN32_FIND_DATA lpFindFileData);