[#BloombergLP-bdls-PipeUtil-makeCanonicalName-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PipeUtil.adoc[PipeUtil]::makeCanonicalName :relfileprefix: ../../../ :mrdocs: Load into the specified `pipeName` the system‐dependent canonical pipe name corresponding to the specified `baseName`. Return 0 on success, and a nonzero value if `baseName` cannot be part of a pipe name on this system. == Synopses Declared in `<bdls_pipeutil.h>` Load into the specified `pipeName` the system‐dependent canonical pipe name corresponding to the specified `baseName`. Return 0 on success, and a nonzero value if `baseName` cannot be part of a pipe name on this system. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PipeUtil/makeCanonicalName-0a.adoc[makeCanonicalName]( xref:bsl/string.adoc[bsl::string]* pipeName, std::string_view const& baseName); ---- [.small]#xref:BloombergLP/bdls/PipeUtil/makeCanonicalName-0a.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PipeUtil/makeCanonicalName-0e3.adoc[makeCanonicalName]( std::pmr::string* pipeName, std::string_view const& baseName); ---- [.small]#xref:BloombergLP/bdls/PipeUtil/makeCanonicalName-0e3.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PipeUtil/makeCanonicalName-0ee.adoc[makeCanonicalName]( std::string* pipeName, std::string_view const& baseName); ---- [.small]#xref:BloombergLP/bdls/PipeUtil/makeCanonicalName-0ee.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#