Source code of Windows XP (NT5)
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.

48 lines
1.1 KiB

  1. /*++
  2. Copyright (C) 1994-95 Microsft Corporation. All rights reserved.
  3. Module Name:
  4. reghelp.h
  5. Abstract:
  6. This file contains helper functions to read enpoint information
  7. from registry
  8. Author:
  9. Rao Salapaka (raos) 01-Nov-1997
  10. Revision History:
  11. --*/
  12. DWORD DwGetEndPointInfo( DeviceInfo *pInfo, PBYTE pAddress );
  13. DWORD DwSetEndPointInfo( DeviceInfo *pInfo, PBYTE pAddress );
  14. LONG lrRasEnableDevice(HKEY hkey,
  15. LPTSTR pszValue,
  16. BOOL fEnable);
  17. LONG lrGetSetMaxEndPoints(DWORD* pdwMaxDialOut,
  18. DWORD* pdwMaxDialIn,
  19. BOOL fRead);
  20. DWORD DwSetModemInfo( DeviceInfo *pInfo);
  21. DWORD DwSetCalledIdInfo(HKEY hkey,
  22. DeviceInfo *pInfo);
  23. DWORD DwGetCalledIdInfo(HKEY hkey,
  24. DeviceInfo *pInfo);
  25. LONG lrGetProductType(PRODUCT_TYPE *ppt);
  26. int RegHelpStringFromGuid(REFGUID rguid,
  27. LPWSTR lpsz,
  28. int cchMax);