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