makeSelection overloads
Declared in <balb_testmessages.h>
Set the value of this object to be the default for the selection indicated by the specified selectionId.
int
makeSelection(int selectionId);
» more...
Set the value of this object to be the default for the selection indicated by the specified name of the specified nameLength.
int
makeSelection(
char const* name,
int nameLength);
» more...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| selectionId | selection identifier |
| name | selection name |
| nameLength | length of name |