windows-nt/Source/XPSP1/NT/net/rras/cm/cmdl/util.h

29 lines
683 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+----------------------------------------------------------------------------
//
// File: util.h
//
// Module: CMDL32.EXE
//
// Synopsis: Header file for utility routines specific to CMDL
//
// Copyright (c) 1996-1998 Microsoft Corporation
//
// Author: nickball Created 04/08/98
//
//+----------------------------------------------------------------------------
#ifndef _CMDL_UTIL_INC
#define _CMDL_UTIL_INC
//
// Function Protoypes
//
BOOL IsErrorForUnique(DWORD dwErrCode, LPSTR lpszFile);
LPTSTR GetVersionFromFile(LPSTR lpszFile);
BOOL CreateTempDir(LPTSTR pszDir);
TCHAR GetLastChar(LPTSTR pszStr);
LPTSTR *GetCmArgV(LPTSTR pszCmdLine);
#endif // _CMDL_UTIL_INC