Exemplo n.º 1
0
 internal static bool IsFailed(this Interop.ErrorCode err)
 {
     return(!err.IsSuccess());
 }