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.
int
makeSelection(int selectionId);
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);
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
selectionId |
selection identifier |
name |
selection name |
nameLength |
length of |
Created with MrDocs