System.Win.ScktComp.TCustomWinSocket.LookupName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LookupName(const name: string): TInAddr;

C++

in_addr __fastcall LookupName(const System::UnicodeString name);

Properties

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

Description

Generates the portion of a Windows Internet socket address structure that describes the host.

Call LookupName to obtain the Internet address associated with the system identified by the name parameter. LookupName is used by InitSocket to generate the portion of the Windows Internet socket address structure that identifies the host.

See Also