===== GetMenuHelpString ===== Obtains the menu help text. ELITEAPI_API bool __stdcall GetMenuHelpString(void* apiObject, LPVOID lpBuffer, int size); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//lpBuffer// [in] * The buffer to obtain the help text. *//size// [in] * The size of the buffer. **Return Value** True on success, false otherwise.