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

18 lines
674 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+----------------------------------------------------------------------------
//
// File: util.h
//
// Module: CMAK.EXE
//
// Synopsis: CMAK Utility function definitions
//
// Copyright (c) 2000 Microsoft Corporation
//
// Author: quintinb Created 03/27/00
//
//+----------------------------------------------------------------------------
int GetTunnelDunSettingName(LPCTSTR pszCmsFile, LPCTSTR pszLongServiceName, LPTSTR pszTunnelDunName, UINT uNumChars);
int GetDefaultDunSettingName(LPCTSTR pszCmsFile, LPCTSTR pszLongServiceName, LPTSTR pszDefaultDunName, UINT uNumChars);
LPTSTR GetPrivateProfileSectionWithAlloc(LPCTSTR pszSection, LPCTSTR pszFile);