R
RussR
I'm writing an app that uses a function from the Windows SDK. Specifically,
this function:
http://msdn.microsoft.com/library/en-us/iphlp/iphlp/icmpsendecho.asp?frame=true
The function allows you to essentially ping a computer through a func call
and see if you get a response.
The problem is that the function above is part of the Windows Platform SDK
or whatever and I am unsure of how to get such an app to run on XPE which
obviously has none of that SDK.
If there is a another function that is simpler that I could use to
essentially ping a computer, that would be good too as long as it is isn't a
system call from within the program such as using ping.exe.
Thanks,
RussR
this function:
http://msdn.microsoft.com/library/en-us/iphlp/iphlp/icmpsendecho.asp?frame=true
The function allows you to essentially ping a computer through a func call
and see if you get a response.
The problem is that the function above is part of the Windows Platform SDK
or whatever and I am unsure of how to get such an app to run on XPE which
obviously has none of that SDK.
If there is a another function that is simpler that I could use to
essentially ping a computer, that would be good too as long as it is isn't a
system call from within the program such as using ping.exe.
Thanks,
RussR