System.Win.ScktComp.TCustomWinSocket.LookupName

From RAD Studio API Documentation
Revision as of 00:55, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function LookupName(const name: string): TInAddr;

C++

Winapi::Winsock::TInAddr __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