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.

13 lines
178 B

  1. #include "stdafx.h"
  2. int
  3. Ping(
  4. IN LPCTSTR pszwHostName,
  5. IN int nIndent
  6. );
  7. BOOL
  8. Connect(
  9. IN LPCTSTR pszwHostName,
  10. IN DWORD dwPort
  11. );