[#BloombergLP-balb-Choice1-makeSelection-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balb.adoc[balb]::xref:BloombergLP/balb/Choice1.adoc[Choice1]::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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/balb/Choice1/makeSelection-0a.adoc[makeSelection](int selectionId); ---- [.small]#xref:BloombergLP/balb/Choice1/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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/balb/Choice1/makeSelection-0e.adoc[makeSelection]( char const* name, int nameLength); ---- [.small]#xref:BloombergLP/balb/Choice1/makeSelection-0e.adoc[_» more..._]# == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *selectionId* | selection identifier | *name* | selection name | *nameLength* | length of `name` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#