Table of Contents

combosel_SetOptions

Description

Set the options in a ComboSelector window.

Function prototype

bool CExtAPI::combosel_SetOptions(ZVAR hComboSel, const char* lpOptionsStr);

Arguments

Name Type Comment
hComboSel ZVAR A ZVAR handle of type VarID_combosel.
lpOptionsStr const char* A pointer to a C-style string, containing a pipe-delimited ('|') string of options.

Return value

False if an error occurred, and true otherwise.

Comments

None.