===== GetPlayerJobLevels ===== Obtains a players job levels. ELITEAPI_API bool __stdcall GetPlayerJobLevels(void* apiObject, LPVOID lpBuffer); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//lpBuffer// [in] * The output buffer to hold our return data. **Return Value** True on success, false otherwise.