Leaked source code of windows server 2003
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
691 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: util.h
  4. //
  5. // Module: CMAK.EXE
  6. //
  7. // Synopsis: CMAK Utility function definitions
  8. //
  9. // Copyright (c) 2000 Microsoft Corporation
  10. //
  11. // Author: quintinb Created 03/27/00
  12. //
  13. //+----------------------------------------------------------------------------
  14. int GetTunnelDunSettingName(LPCTSTR pszCmsFile, LPCTSTR pszLongServiceName, LPTSTR pszTunnelDunName, UINT uNumChars);
  15. int GetDefaultDunSettingName(LPCTSTR pszCmsFile, LPCTSTR pszLongServiceName, LPTSTR pszDefaultDunName, UINT uNumChars);
  16. LPTSTR GetPrivateProfileSectionWithAlloc(LPCTSTR pszSection, LPCTSTR pszFile);