FreeRDP
printer_win.c File Reference
#include <freerdp/config.h>
#include <winpr/crt.h>
#include <winpr/string.h>
#include <winpr/windows.h>
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winspool.h>
#include <freerdp/client/printer.h>

Macros

#define WIDEN_INT(x)   L##x
 
#define WIDEN(x)   WIDEN_INT(x)
 
#define PRINTER_TAG   CHANNELS_TAG("printer.client")
 
#define DEBUG_WINPR(...)
 

Functions

static WCHAR * printer_win_get_printjob_name (size_t id)
 
static UINT printer_win_write_printjob (rdpPrintJob *printjob, const BYTE *data, size_t size)
 
static void printer_win_close_printjob (rdpPrintJob *printjob)
 
static rdpPrintJob * printer_win_create_printjob (rdpPrinter *printer, UINT32 id)
 
static rdpPrintJob * printer_win_find_printjob (rdpPrinter *printer, UINT32 id)
 
static void printer_win_free_printer (rdpPrinter *printer)
 
static void printer_win_add_ref_printer (rdpPrinter *printer)
 
static void printer_win_release_ref_printer (rdpPrinter *printer)
 
static rdpPrinter * printer_win_new_printer (rdpWinPrinterDriver *win_driver, const WCHAR *name, const WCHAR *drivername, BOOL is_default)
 
static void printer_win_release_enum_printers (rdpPrinter **printers)
 
static rdpPrinter ** printer_win_enum_printers (rdpPrinterDriver *driver)
 
static rdpPrinter * printer_win_get_printer (rdpPrinterDriver *driver, const char *name, const char *driverName, BOOL isDefault)
 
static void printer_win_add_ref_driver (rdpPrinterDriver *driver)
 
static void printer_win_release_ref_driver (rdpPrinterDriver *driver)
 
 if (!ppPrinter) return ERROR_INVALID_PARAMETER
 

Variables

static rdpWinPrinterDriver * win_driver = NULL
 
ppPrinter = &win_driver->driver
 
return CHANNEL_RC_OK
 

Macro Definition Documentation

◆ DEBUG_WINPR

#define DEBUG_WINPR (   ...)
Value:
do \
{ \
} while (0)

◆ PRINTER_TAG

#define PRINTER_TAG   CHANNELS_TAG("printer.client")

◆ WIDEN

#define WIDEN (   x)    WIDEN_INT(x)

◆ WIDEN_INT

#define WIDEN_INT (   x)    L##x

FreeRDP: A Remote Desktop Protocol Implementation Print Virtual Channel - WIN driver

Copyright 2012 Gerald Richter 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

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.

Function Documentation

◆ if()

if ( ppPrinter)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ printer_win_add_ref_driver()

static void printer_win_add_ref_driver ( rdpPrinterDriver *  driver)
static
Here is the caller graph for this function:

◆ printer_win_add_ref_printer()

static void printer_win_add_ref_printer ( rdpPrinter *  printer)
static
Here is the caller graph for this function:

◆ printer_win_close_printjob()

static void printer_win_close_printjob ( rdpPrintJob *  printjob)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ printer_win_create_printjob()

static rdpPrintJob* printer_win_create_printjob ( rdpPrinter *  printer,
UINT32  id 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ printer_win_enum_printers()

static rdpPrinter** printer_win_enum_printers ( rdpPrinterDriver *  driver)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ printer_win_find_printjob()

static rdpPrintJob* printer_win_find_printjob ( rdpPrinter *  printer,
UINT32  id 
)
static
Here is the caller graph for this function:

◆ printer_win_free_printer()

static void printer_win_free_printer ( rdpPrinter *  printer)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ printer_win_get_printer()

static rdpPrinter* printer_win_get_printer ( rdpPrinterDriver *  driver,
const char *  name,
const char *  driverName,
BOOL  isDefault 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ printer_win_get_printjob_name()

static WCHAR* printer_win_get_printjob_name ( size_t  id)
static
Here is the caller graph for this function:

◆ printer_win_new_printer()

static rdpPrinter* printer_win_new_printer ( rdpWinPrinterDriver *  win_driver,
const WCHAR *  name,
const WCHAR *  drivername,
BOOL  is_default 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ printer_win_release_enum_printers()

static void printer_win_release_enum_printers ( rdpPrinter **  printers)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ printer_win_release_ref_driver()

static void printer_win_release_ref_driver ( rdpPrinterDriver *  driver)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ printer_win_release_ref_printer()

static void printer_win_release_ref_printer ( rdpPrinter *  printer)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ printer_win_write_printjob()

static UINT printer_win_write_printjob ( rdpPrintJob *  printjob,
const BYTE data,
size_t  size 
)
static

Function description

Returns
0 on success, otherwise a Win32 error code
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ CHANNEL_RC_OK

return CHANNEL_RC_OK

◆ ppPrinter

* ppPrinter = &win_driver->driver

◆ win_driver

win_driver driver AddRef & win_driver = NULL
static