===== GetContainerItem ===== Obtains an item from within the given container. ELITEAPI_API bool __stdcall GetContainerItem(void* apiObject, int containerId, int itemIndex, LPVOID lpBuffer); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//containerId// [in] * The container to obtain the count of. *//itemIndex// [in] * The index of the item to obtain. *//lpBuffer// [in] * The buffer to obtain the inventory item. **Return Value**