[#BloombergLP-balb-PipeControlChannel-start-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/PipeControlChannel.adoc[PipeControlChannel]::start :relfileprefix: ../../../ :mrdocs: `start` overloads == Synopses Declared in `<balb_pipecontrolchannel.h>` Open a named pipe and start a thread to dispatch messages. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/balb/PipeControlChannel/start-0d.adoc[start](char const* pipeName); ---- [.small]#xref:BloombergLP/balb/PipeControlChannel/start-0d.adoc[_» more..._]# Open a named pipe and start a thread to dispatch messages. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_TYPE> int xref:BloombergLP/balb/PipeControlChannel/start-0e.adoc[start](STRING_TYPE const& pipeName); ---- [.small]#xref:BloombergLP/balb/PipeControlChannel/start-0e.adoc[_» more..._]# Open a named pipe and start a thread with the given attributes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/balb/PipeControlChannel/start-0a.adoc[start]( char const* pipeName, xref:BloombergLP/bslmt/ThreadAttributes.adoc[bslmt::ThreadAttributes] const& attributes); ---- [.small]#xref:BloombergLP/balb/PipeControlChannel/start-0a.adoc[_» more..._]# Open a named pipe and start a thread with the given attributes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class STRING_TYPE> int xref:BloombergLP/balb/PipeControlChannel/start-02.adoc[start]( STRING_TYPE const& pipeName, xref:BloombergLP/bslmt/ThreadAttributes.adoc[bslmt::ThreadAttributes] const& attributes); ---- [.small]#xref:BloombergLP/balb/PipeControlChannel/start-02.adoc[_» more..._]# == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *pipeName* | name of the named pipe to open | *attributes* | attributes of the background processing thread |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#