views:

91

answers:

1

When I ping from windows CE I got ping error: PING: transmit failed, error code 87 But only some IPs can be successfully pinged. What does this mean, the 87 error?

+1  A: 

winerror.h, line 702:

#define ERROR_INVALID_PARAMETER          87L
ctacke