makeSelection overloads
Declared in <baljsn_encoder_testtypes.h>
Set this object to the default value for the selection indicated by selectionId.
int
makeSelection(int selectionId);
» more...
Set this object to the default value for the selection indicated by name.
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 |