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.

31 lines
731 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998 - 1998.
  5. //
  6. // File: loadras.hxx
  7. //
  8. // Contents: Header file for private RAS functions
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 31-Mar-00 ChrisAB Created
  15. //
  16. //----------------------------------------------------------------------------
  17. #ifndef __LOADRAS_HXX__
  18. #define __LOADRAS_HXX__
  19. // loadras.cxx
  20. DWORD WinState_RasSetEntryPropertiesW(
  21. IN LPCWSTR lpszPhonebook,
  22. IN LPCWSTR lpszEntry,
  23. IN LPRASENTRYW lpRasEntry,
  24. IN DWORD dwcbRasEntry,
  25. IN LPBYTE lpbDeviceConfig,
  26. IN DWORD dwcbDeviceConfig
  27. );
  28. #endif