windows-nt/Source/XPSP1/NT/net/diagnostics/wmi/dglogs/network.h
2020-09-26 16:20:57 +08:00

14 lines
165 B
C

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