AudioSession.PathParseIconLocation C# (CSharp) Method

PathParseIconLocation() private method

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