how to declare it in c#?

  • Thread starter Thread starter crystalgirl
  • Start date Start date
C

crystalgirl

hi, how to declare it in c#? Thank you!!!
DWORD WINAPI IcmpSendEcho(
HANDLE IcmpHandle,
IPAddr DestinationAddress,
LPVOID RequestData,
WORD RequestSize,
PIP_OPTION_INFORMATION RequestOptions,
LPVOID ReplyBuffer,
DWORD ReplySize,
DWORD Timeout
);

I want to develop ping by IcmpXXXX(),do you have the soure
code about it?can you tell me?Thank you!!!
 
Back
Top