===== Reinitialize ===== Reinitializes an EliteAPI object using the new given process id. ELITEAPI_API bool __stdcall Reinitialize(void* apiObject, unsigned int processId); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//processId// [in] * The process id of the Final Fantasy XI process to attach to. **Return Value** True on success, false otherwise.