[#BloombergLP-balb-Choice2-makeSelection-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/Choice2.adoc[Choice2]::makeSelection :relfileprefix: ../../../ :mrdocs: `makeSelection` overloads == Synopses Declared in `<balb_testmessages.h>` Set the value of this object to be the default for the selection indicated by the specified `selectionId`. Return 0 on success, and non‐zero value otherwise (i.e., the selection is not found). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/balb/Choice2/makeSelection-0a.adoc[makeSelection](int selectionId); ---- [.small]#xref:BloombergLP/balb/Choice2/makeSelection-0a.adoc[_» more..._]# Set the value of this object to be the default for the selection indicated by the specified `name` of the specified `nameLength`. Return 0 on success, and non‐zero value otherwise (i.e., the selection is not found). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/balb/Choice2/makeSelection-07.adoc[makeSelection]( char const* name, int nameLength); ---- [.small]#xref:BloombergLP/balb/Choice2/makeSelection-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#