AudioSession.PathParseIconLocation C# (CSharp) Méthode

PathParseIconLocation() private méthode

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