clientmain.cs #1

  • //
  • guest/
  • perforce_software/
  • p4api.net/
  • p4api.net/
  • errors/
  • clientmain.cs
  • View
  • Commits
  • Open Download .zip Download (371 B)
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
using System.Text;

namespace Perforce.P4
{
	public partial class P4ClientError
	{
		public static int usage = ErrorOf(ErrorSubsystem.ES_OS, 0, ErrorSeverity.E_FAILED, ErrorGeneric.EV_NONE, 0); //"p4 -h for usage."
	}
}
# Change User Description Committed
#2 19042 Liz Lam Rename/move file(s) to proper main branch.
#1 10191 Matt Attaway Bring Workshop version of p4api.net up-to-date with the 14.2 release.