[#BloombergLP-bdls-PipeUtil-makeCanonicalName-0e3] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PipeUtil.adoc[PipeUtil]::makeCanonicalName :relfileprefix: ../../../ :mrdocs: Load the canonical pipe name for `baseName` into `pipeName`. == Synopsis Declared in `<bdls_pipeutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int makeCanonicalName( std::pmr::string* pipeName, std::string_view const& baseName); ---- == Description Same as the overload taking `bsl::string *`. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *pipeName* | receives the system‐dependent canonical pipe name | *baseName* | base name from which to form the canonical pipe name |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#