pub unsafe extern "C" fn LeapDestroyConnection(
    hConnection: LEAP_CONNECTION
)
Expand description

\ingroup Functions Destroys a previously opened connection.

This method closes the specified connection object if it is opened, destroys the underlying object, and releases all resources associated with it.

This method never fails.

Be sure that no other functions are accessing the connection when this function is called.

@param hConnection A handle to the connection object to be destroyed. @since 3.0.0