C
void ICMPEndUsage();
Description
Gives up ownership of the ICMP module.
Preconditions
ICMPBeginUsage() was called by you and it returned TRUE.
Returns
Your ownership of the ICMP module is released. You can no longer use ICMPSendPing().
Side Effects
None
Remarks
None