AudioSession.ExtractIcon C# (CSharp) 메소드

ExtractIcon() 개인적인 메소드

private ExtractIcon ( IntPtr, ptr, string pszExeFileName, int nIconIndex ) : IntPtr,
ptr IntPtr,
pszExeFileName string
nIconIndex int
리턴 IntPtr,
        private static extern IntPtr ExtractIcon(IntPtr ptr, string pszExeFileName, int nIconIndex);
        private static int ParseIconLocationPath(string location, out string path)