Obtains the current dialog string in its raw format.
ELITEAPI_API bool __stdcall GetDialogString(void* apiObject, LPVOID lpBuffer, int size);
Parameters
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.