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).

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. Return 0 on success, and non‐zero value otherwise (i.e., the selection is not found).

int
makeSelection(
    char const* name,
    int nameLength);

Created with MrDocs