makeSelection overloads

Synopses

Declared in <baljsn_encoder_testtypes.h>

Set this object to the default value for the selection indicated by selectionId.

int
makeSelection(int selectionId);

Set this object to the default value for the selection indicated by name.

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 name

Created with MrDocs