windows-nt/Source/XPSP1/NT/net/diagnostics/wmi/dglogs/network.h

14 lines
165 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "stdafx.h"
int
Ping(
IN LPCTSTR pszwHostName,
IN int nIndent
);
BOOL
Connect(
IN LPCTSTR pszwHostName,
IN DWORD dwPort
);