===== GetEquippedItem ===== Obtains an equipped item from the given slot. ELITEAPI_API bool __stdcall GetEquippedItem(void* apiObject, int slotId, LPVOID lpBuffer); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//slotId// [in] * The slot id to the equipped item to obtain. *//lpBuffer// [in] * The buffer to obtain the inventory item. **Return Value**