BrowserSelect.IconExtractor.PrivateExtractIcons C# (CSharp) Метод

PrivateExtractIcons() приватный Метод

private PrivateExtractIcons ( String lpszFile, int nIconIndex, int cxIcon, int cyIcon, IntPtr phicon, IntPtr piconid, UInt32 nIcons, UInt32 flags ) : UInt32
lpszFile String
nIconIndex int
cxIcon int
cyIcon int
phicon System.IntPtr
piconid System.IntPtr
nIcons System.UInt32
flags System.UInt32
Результат System.UInt32
        internal static extern UInt32 PrivateExtractIcons(String lpszFile, int nIconIndex, int cxIcon, int cyIcon, IntPtr[] phicon, IntPtr[] piconid, UInt32 nIcons, UInt32 flags);