Table of Contents

combosel_GetCurSel

Description

Get the selected option in a combination selector variable (VarID_combosel), as a C-style string.

Function prototype

const char* CExtAPI::combosel_GetCurSel(ZVAR hComboSel);

Arguments

Name Type Comment
hComboSel ZVAR A ZVAR handle of type VarID_combosel.

Return value

A pointer to a C-style string containing the selected option in the combosel variable, or null if an error has occurred.

Comments

None.