:OpenEx


Class

     aprICMP()

 

Syntax

     :OpenEx( [ lUseSocket ] ) --> hSession

 

Parameters
lUseSocket This Logical flag is used to specify if the Windows Sockets library is to be used. If the value is FALSE, the library will use the proprietary Microsoft ICMP.DLL library to send and receive ICMP datagrams.

 

Return

If the function succeeds, the return value is a handle to the client session.

If the function fails, the return value is INVALID_CLIENT.

To get extended error information, call :nErr and :cErr Methods.

 

Description

The :OpenEx() Method creates a raw socket for sending and receiving ICMP datagrams.

 

See Also
:Close(), :Open()