Sponsors
IcmpSendEcho
in ICMP
Function name: IcmpSendEcho
Defined in : icmp
Requirements : Windows Sockets 2.0
Declaration:
Private Declare Function IcmpSendEcho Lib "ICMP" (ByVal IcmpHandle As Long, ByVal DestAddress As Long, ByVal RequestData As String, ByVal RequestSize As Integer, RequestOptns As IP_OPTION_INFORMATION, ReplyBuffer As IP_ECHO_REPLY, ByVal ReplySize As Long, ByVal TimeOut As Long) As Boolean
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.