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.

44 lines
836 B

  1. /*++
  2. Copyright (c) 1992 Microsoft Corporation
  3. Module Name:
  4. brwan.h
  5. Abstract:
  6. This module contains definitions for WAN support routines used by the
  7. Browser service.
  8. Author:
  9. Larry Osterman (LarryO) 22-Nov-1992
  10. Revision History:
  11. --*/
  12. #ifndef _BRWAN_
  13. #define _BRWAN_
  14. NET_API_STATUS NET_API_FUNCTION
  15. I_BrowserrQueryOtherDomains(
  16. IN BROWSER_IDENTIFY_HANDLE ServerName,
  17. IN OUT LPSERVER_ENUM_STRUCT InfoStruct,
  18. OUT LPDWORD TotalEntries
  19. );
  20. NET_API_STATUS NET_API_FUNCTION
  21. I_BrowserrQueryPreConfiguredDomains(
  22. IN BROWSER_IDENTIFY_HANDLE ServerName,
  23. IN OUT LPSERVER_ENUM_STRUCT InfoStruct,
  24. OUT LPDWORD TotalEntries
  25. );
  26. NET_API_STATUS
  27. BrWanMasterInitialize(
  28. IN PNETWORK Network
  29. );
  30. #endif // _BRWAN_