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.

30 lines
579 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: N C I P A D D R . H
  7. //
  8. // Contents:
  9. //
  10. // Notes:
  11. //
  12. // Author: shaunco 11 Oct 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _NCIPADDR_H_
  17. #define _NCIPADDR_H_
  18. VOID
  19. IpHostAddrToPsz(
  20. IN DWORD dwAddr,
  21. OUT PWSTR pszBuffer);
  22. DWORD
  23. IpPszToHostAddr(
  24. IN PCWSTR pszAddr);
  25. #endif // _NCIPADDR_H_