2025-04-27 07:49:33 -04:00

14 lines
178 B
C

#include "stdafx.h"
int
Ping(
IN LPCTSTR pszwHostName,
IN int nIndent
);
BOOL
Connect(
IN LPCTSTR pszwHostName,
IN DWORD dwPort
);