System.Win.ScktComp.TLookupState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLookupState = (lsIdle, lsLookupAddress, lsLookupService);

C++

enum DECLSPEC_DENUM TLookupState : unsigned char { lsIdle, lsLookupAddress, lsLookupService };

Properties

Type Visibility Source Unit Parent
enum public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp System.Win.ScktComp

Description

Indicates any asynchronous activities occurring while opening a connection.

TLookupState is used internally to coordinate asynchronous activities while opening a connection. The following table lists the possible values.



Value Meaning

lsIdle

The socket is not currently looking up any information asynchronously.

lsLookupAddress

The socket is looking up an IP address asynchronously and has not yet received the result.

lsLookupService

The socket is looking up a Service asynchronously and has not yet received the result.