Reads an object from a windows handle
qread_handle(handle, use_alt_rep=FALSE, strict=FALSE)
A windows handle external pointer
Use alt rep when reading in string data. Default: FALSE. (Note: on R versions earlier than 3.5.0, this parameter does nothing.)
Whether to throw an error or just report a warning (Default: FALSE, report warning)
The de-serialized object
See `?qsave_handle` for additional details and examples.