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

ExtractIconEx() private method

private ExtractIconEx ( [ lpszFile, int nIconIndex, IntPtr phIconLarge, IntPtr phIconSmall, int nIcons ) : int
lpszFile [
nIconIndex int
phIconLarge System.IntPtr
phIconSmall System.IntPtr
nIcons int
return int
        static extern int ExtractIconEx(
            [MarshalAs(UnmanagedType.LPTStr)] 
            string lpszFile,
            int nIconIndex,
            IntPtr[] phIconLarge,
            IntPtr[] phIconSmall,
            int nIcons);