14 lines
165 B
C
14 lines
165 B
C
|
#include "stdafx.h"
|
||
|
|
||
|
int
|
||
|
Ping(
|
||
|
IN LPCTSTR pszwHostName,
|
||
|
IN int nIndent
|
||
|
);
|
||
|
|
||
|
BOOL
|
||
|
Connect(
|
||
|
IN LPCTSTR pszwHostName,
|
||
|
IN DWORD dwPort
|
||
|
);
|