====== combosel_InitCS ====== ===== Description ===== Initialise the options and current selection of a combination selection window variable (VarID_combosel). ===== Function prototype ===== bool CExtAPI::combosel_InitCS(ZVAR hComboSel, const char* lpOptionsStr, const char* lpCurSel); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hComboSel | ZVAR | A ZVAR handle to a variable initialised as type VarID_combosel. | | lpOptionsStr | const char* | A pointer to a C-style string, containing a pipe-delimited ('|') string of options. | | lpCurSelStr | const char* | A pointer to a C-style string, containing the name of the option to be selected. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.