RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomWinSocket.LookupName Method

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

Pascal
function LookupName(const name: string): TInAddr;
C++
__fastcall TInAddr LookupName(const AnsiString name);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!