===== GetDialogCount ===== Returns the current dialog option count. ELITEAPI_API int __stdcall GetDialogOptionCount(void* apiObject); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. **Return Value** Returns the current dialog option count. If an error occurs or no dialog is open, the return is 0.