Get the selected option in a combination selector variable (VarID_combosel), as a C-style string.
const char* CExtAPI::combosel_GetCurSel(ZVAR hComboSel);
| Name | Type | Comment |
|---|---|---|
| hComboSel | ZVAR | A ZVAR handle of type VarID_combosel. |
A pointer to a C-style string containing the selected option in the combosel variable, or null if an error has occurred.
None.