windows-nt/Source/XPSP1/NT/net/rras/cm/common/inc/gppswithalloc.h
2020-09-26 16:20:57 +08:00

16 lines
666 B
C

//+----------------------------------------------------------------------------
//
// File: gppswithalloc.h
//
// Module: CMDIAL32.DLL, CMAK.EXE
//
// Synopsis: GetPrivateProfileStringWithAlloc and AddAllKeysInCurrentSectionToCombo
// are defined here
//
// Copyright (c) 2000-2001 Microsoft Corporation
//
// Author: quintinb Created 11/01/00
//
//+----------------------------------------------------------------------------
LPTSTR GetPrivateProfileStringWithAlloc(LPCTSTR pszSection, LPCTSTR pszKey, LPCTSTR pszDefault, LPCTSTR pszFile);
void AddAllKeysInCurrentSectionToCombo(HWND hDlg, UINT uComboId, LPCTSTR pszSection, LPCTSTR pszFile);