I have tried this but this not work.
The windows printer driver expects a result to the read request.
void guac_rdpdr_process_print_job_read(guac_rdp_common_svc* svc,
guac_rdpdr_device* device, guac_rdpdr_iorequest* iorequest,
wStream* input_stream) {
wStream* output_stream = guac_rdpdr_new_io_completion(device,
iorequest->completion_id, STATUS_NOT_SUPPORTED, 0);
guac_client_log(svc->client, GUAC_LOG_INFO,
"%s: [file_id=%i] Printer IRP_MJ_READ not supported",
__func__, iorequest->file_id);
guac_rdp_common_svc_write(svc, output_stream);
}
--
Sent from:
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]