If the function succeeds the return value will be the network adapter connection status:
TRUE if it is plugged, and FALSE if it is unplugged.
Description:
Use AdpGetConnectStatus only after the network adapter has been opened successfully (see
AdpOpenAdapter).
AdpGetConnectStatus may be useful if you need to define whether the network adapter is plugged or not.
Changes of the device connection status may also be traced by
OnStateChange event handler.