Microsoft.VisualStudio.Project.NativeMethods.Succeeded C# (CSharp) Méthode

Succeeded() public static méthode

public static Succeeded ( int hr ) : bool
hr int
Résultat bool
        public static bool Succeeded(int hr)
        {
            return (hr >= 0);
        }