FreeRDP
Loading...
Searching...
No Matches
RDPDR_IRP Struct Reference

#include <rdpdr_main.h>

Collaboration diagram for RDPDR_IRP:

Data Fields

UINT32 CompletionId
 
UINT32 DeviceId
 
UINT32 FileId
 
UINT32 IoControlCode
 
char PathName [256]
 
char ExtraBuffer [256]
 
void * CallbackData
 
RDPDR_IRP_Callback Callback
 

Detailed Description

IRP request structure

FreeRDP: A Remote Desktop Protocol Implementation Device Redirection Virtual Channel Extension

Copyright 2014 Dell Software Mike..nosp@m.McDo.nosp@m.nald@.nosp@m.soft.nosp@m.ware..nosp@m.dell.nosp@m..com Copyright 2013 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com 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

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.

Definition at line 39 of file server/rdpdr_main.h.

Field Documentation

◆ Callback

RDPDR_IRP_Callback RDPDR_IRP::Callback

Completion callback function

Definition at line 48 of file server/rdpdr_main.h.

◆ CallbackData

void* RDPDR_IRP::CallbackData

User callback data

Definition at line 47 of file server/rdpdr_main.h.

◆ CompletionId

UINT32 RDPDR_IRP::CompletionId

IRP completion identifier

Definition at line 41 of file server/rdpdr_main.h.

◆ DeviceId

UINT32 RDPDR_IRP::DeviceId

Target device identifier

Definition at line 42 of file server/rdpdr_main.h.

◆ ExtraBuffer

char RDPDR_IRP::ExtraBuffer[256]

Data buffer

Definition at line 46 of file server/rdpdr_main.h.

◆ FileId

UINT32 RDPDR_IRP::FileId

File handle identifier

Definition at line 43 of file server/rdpdr_main.h.

◆ IoControlCode

UINT32 RDPDR_IRP::IoControlCode

I/O control code

Definition at line 44 of file server/rdpdr_main.h.

◆ PathName

char RDPDR_IRP::PathName[256]

File path name

Definition at line 45 of file server/rdpdr_main.h.


The documentation for this struct was generated from the following file: