ntmangle.h #1

  • //
  • guest/
  • perforce_software/
  • p4/
  • 2016-1/
  • sys/
  • ntmangle.h
  • View
  • Commits
  • Open Download .zip Download (366 B)
/*
 * Copyright 1995, 1997 Perforce Software.  All rights reserved.
 *
 * This file is part of Perforce - the FAST SCM System.
 */

/*
 * ntmangle.h -- demangle paths on NT
 *
 * Public functions:
 *
 *	NtDemanglePath() - set a StrBuf's value using a mangled path.
 *			The demangled value is actually saved.
 */

void NtDemanglePath( char *path83, StrBuf *dest );

# Change User Description Committed
#1 19472 Liz Lam Initial add of the 2016.1 p4/p4api source code.