|
static char * | get_printer_config_path (const rdpSettings *settings, const WCHAR *name, size_t length) |
|
static BOOL | printer_write_setting (const char *path, prn_conf_t type, const void *data, size_t length) |
|
static BOOL | printer_config_valid (const char *path) |
|
static BOOL | printer_read_setting (const char *path, prn_conf_t type, void **data, UINT32 *length) |
|
static BOOL | printer_save_to_config (const rdpSettings *settings, const char *PortDosName, size_t PortDosNameLen, const WCHAR *PnPName, size_t PnPNameLen, const WCHAR *DriverName, size_t DriverNameLen, const WCHAR *PrinterName, size_t PrintNameLen, const BYTE *CachedPrinterConfigData, size_t CacheFieldsLen) |
|
static BOOL | printer_update_to_config (const rdpSettings *settings, const WCHAR *name, size_t length, const BYTE *data, size_t datalen) |
|
static BOOL | printer_remove_config (const rdpSettings *settings, const WCHAR *name, size_t length) |
|
static BOOL | printer_move_config (const rdpSettings *settings, const WCHAR *oldName, size_t oldLength, const WCHAR *newName, size_t newLength) |
|
static BOOL | printer_load_from_config (const rdpSettings *settings, rdpPrinter *printer, PRINTER_DEVICE *printer_dev) |
|
static BOOL | printer_save_default_config (const rdpSettings *settings, rdpPrinter *printer) |
|
static UINT | printer_process_irp_create (PRINTER_DEVICE *printer_dev, IRP *irp) |
|
static UINT | printer_process_irp_close (PRINTER_DEVICE *printer_dev, IRP *irp) |
|
static UINT | printer_process_irp_write (PRINTER_DEVICE *printer_dev, IRP *irp) |
|
static UINT | printer_process_irp_device_control (PRINTER_DEVICE *printer_dev, IRP *irp) |
|
static UINT | printer_process_irp (PRINTER_DEVICE *printer_dev, IRP *irp) |
|
static DWORD WINAPI | printer_thread_func (LPVOID arg) |
|
static UINT | printer_irp_request (DEVICE *device, IRP *irp) |
|
static UINT | printer_custom_component (DEVICE *device, UINT16 component, UINT16 packetId, wStream *s) |
|
static UINT | printer_free (DEVICE *device) |
|
static UINT | printer_register (PDEVICE_SERVICE_ENTRY_POINTS pEntryPoints, rdpPrinter *printer) |
|
static rdpPrinterDriver * | printer_load_backend (const char *backend) |
|
| FREERDP_ENTRY_POINT (UINT VCAPITYPE printer_DeviceServiceEntry(PDEVICE_SERVICE_ENTRY_POINTS pEntryPoints)) |
|
FreeRDP: A Remote Desktop Protocol Implementation Print Virtual Channel
Copyright 2010-2011 Vic Lee Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger marti.nosp@m.n.ha.nosp@m.imber.nosp@m.ger@.nosp@m.thinc.nosp@m.ast..nosp@m.com Copyright 2016 Armin Novak armin.nosp@m..nov.nosp@m.ak@gm.nosp@m.ail..nosp@m.com Copyright 2016 David PHAM-VAN d.pha.nosp@m.mvan.nosp@m.@inuv.nosp@m.ika..nosp@m.com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.