AudioSession.PathParseIconLocation C# (CSharp) 메소드

PathParseIconLocation() 개인적인 메소드

private PathParseIconLocation ( string pszIconFile ) : int
pszIconFile string
리턴 int
        private static extern int PathParseIconLocation(string pszIconFile);
        [DllImport("shell32", CharSet = CharSet.Unicode)]