mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
674 B
17 lines
674 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// 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);
|