BlackFox.Win32.Icons.GetIconsCountInFile C# (CSharp) Method

GetIconsCountInFile() static private method

Get the number of icons in the specified file.
static private GetIconsCountInFile ( string fileName ) : int
fileName string Full path of the file to look for.
return int
        static int GetIconsCountInFile(string fileName)
        {
            return ExtractIconEx(fileName, -1, null, null, 0);
        }