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.

23 lines
595 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1994.
  5. //
  6. // File: vsrvinfo.hxx
  7. //
  8. // Contents: Virtual server address, if this program is running in a
  9. // virtual server.
  10. //
  11. // Functions:
  12. //
  13. // History: 9-04-96 srikants Created
  14. //
  15. //----------------------------------------------------------------------------
  16. #ifndef __VSRVINFO_HXX__
  17. #define __VSRVINFO_HXX__
  18. WCHAR * GetVirtualServerIpAddress( char const * pwcsServerName );
  19. #endif // __VSRVINFO_HXX__