AudioSession.ExtractIcon C# (CSharp) Méthode

ExtractIcon() private méthode

private ExtractIcon ( IntPtr, ptr, string pszExeFileName, int nIconIndex ) : IntPtr,
ptr IntPtr,
pszExeFileName string
nIconIndex int
Résultat IntPtr,
        private static extern IntPtr ExtractIcon(IntPtr ptr, string pszExeFileName, int nIconIndex);
        private static int ParseIconLocationPath(string location, out string path)