===== GetSelectedItemName ===== Returns the currently selected items name. ELITEAPI_API unsigned int __stdcall GetSelectedItemName(void* apiObject, LPVOID lpBuffer, int size); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//lpBuffer// [in] * The buffer to hold our return. *//size// [in] * The size of the return buffer. **Return Value** The number of bytes written to the buffer, if any.