[#GetNetworkNames] = GetNetworkNames :mrdocs: Return a vector of publicly routable Network names; optionally append NET_UNROUTABLE. == Synopsis Declared in `<netbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<std::string> GetNetworkNames(bool append_unroutable = false); ---- == Return Value The list of network names. == Parameters [cols="1,4"] |=== | Name| Description | *append_unroutable* | Whether to include the unroutable network name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#