[#WrappedGetAddrInfo] = WrappedGetAddrInfo :mrdocs: Wrapper for getaddrinfo(3). Do not use directly: call Lookup/LookupHost/LookupNumeric/LookupSubNet. == Synopsis Declared in `<netbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<CNetAddr> WrappedGetAddrInfo( std::string const& name, bool allow_lookup); ---- == Return Value The resolved network addresses. == Parameters [cols="1,4"] |=== | Name| Description | *name* | The host name or numeric address to resolve. | *allow_lookup* | Whether DNS lookups are permitted. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#