FreeRDP
|
#include <freerdp/config.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <errno.h>
#include <termios.h>
#include <strings.h>
#include <sys/ioctl.h>
#include <winpr/crt.h>
#include <winpr/assert.h>
#include <winpr/synch.h>
#include <winpr/thread.h>
#include <winpr/stream.h>
#include <winpr/collections.h>
#include <winpr/interlocked.h>
#include <freerdp/types.h>
#include <freerdp/freerdp.h>
#include <freerdp/constants.h>
#include <freerdp/channels/rdpdr.h>
#include <freerdp/channels/log.h>
#include <freerdp/utils/rdpdr_utils.h>
Macros | |
#define | TAG CHANNELS_TAG("drive.client") |
Functions | |
static UINT | parallel_process_irp_create (PARALLEL_DEVICE *parallel, IRP *irp) |
static UINT | parallel_process_irp_close (PARALLEL_DEVICE *parallel, IRP *irp) |
static UINT | parallel_process_irp_read (PARALLEL_DEVICE *parallel, IRP *irp) |
static UINT | parallel_process_irp_write (PARALLEL_DEVICE *parallel, IRP *irp) |
static UINT | parallel_process_irp_device_control (PARALLEL_DEVICE *parallel, IRP *irp) |
static UINT | parallel_process_irp (PARALLEL_DEVICE *parallel, IRP *irp) |
static DWORD WINAPI | parallel_thread_func (LPVOID arg) |
static UINT | parallel_irp_request (DEVICE *device, IRP *irp) |
static UINT | parallel_free_int (PARALLEL_DEVICE *parallel) |
static UINT | parallel_free (DEVICE *device) |
static void | parallel_message_free (void *obj) |
FREERDP_ENTRY_POINT (UINT VCAPITYPE parallel_DeviceServiceEntry(PDEVICE_SERVICE_ENTRY_POINTS pEntryPoints)) | |
#define TAG CHANNELS_TAG("drive.client") |
FreeRDP: A Remote Desktop Protocol Implementation Redirected Parallel Port Device Service
Copyright 2010 O.S. Systems Software Ltda. Copyright 2010 Eduardo Fiss Beloni belon Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger i@os syste ms.c om.brmarti n.ha imber ger@ thinc ast. 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.
FREERDP_ENTRY_POINT | ( | UINT VCAPITYPE | parallel_DeviceServiceEntryPDEVICE_SERVICE_ENTRY_POINTS pEntryPoints | ) |
Function description
|
static |
|
static |
Function description
|
static |
Function description
|
static |
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |
Function description
|
static |