===== GetDialogString ===== Obtains the current dialog string in its raw format. ELITEAPI_API bool __stdcall GetDialogString(void* apiObject, LPVOID lpBuffer, int size); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//lpBuffer// [in-out] * Pointer to a buffer to hold the string returned. *//size// * The size of the buffer. **Return Value** Returns true on success, false otherwise. If the buffer is too small to hold the string, the function will fail and return false.