Enrico Maria Giordano wrote:

Dear friends, I'd just want to know if Harbour supports PING.

You may find this useful:

HB_FUNC( PING )
{
    hb_retl( IsDestinationReachable( hb_parcx( 1 ), NULL ) );
}

In your hbp file:

# IsDestinationReachable
-lsensapi

This API function is not officially supported by Microsoft last time I looked (which was quite a while ago).

Regards
Alex
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to