Searched defs:Success (Results 1 – 4 of 4) sorted by relevance
29 Success = 0, enumerator
17 public enum StatusCode {Success, FileNotFound, Unspecified} enumConstant
31 enum Action { Success, Warning, Abort, LastAction }; enumerator