FreeRDP
|
Data Fields | |
WINPR_SLIST_ENTRY | ItemEntry |
DEVICE * | device |
DEVMAN * | devman |
UINT32 | FileId |
UINT32 | CompletionId |
UINT32 | MajorFunction |
UINT32 | MinorFunction |
wStream * | input |
UINT32 | IoStatus |
wStream * | output |
pcIRPResponse | Complete |
pcIRPResponse | Discard |
HANDLE | thread |
BOOL | cancelled |
Definition at line 349 of file channels/rdpdr.h.
BOOL IRP::cancelled |
Definition at line 368 of file channels/rdpdr.h.
pcIRPResponse IRP::Complete |
Definition at line 364 of file channels/rdpdr.h.
UINT32 IRP::CompletionId |
Definition at line 356 of file channels/rdpdr.h.
DEVICE* IRP::device |
Definition at line 353 of file channels/rdpdr.h.
DEVMAN* IRP::devman |
Definition at line 354 of file channels/rdpdr.h.
pcIRPResponse IRP::Discard |
Definition at line 365 of file channels/rdpdr.h.
UINT32 IRP::FileId |
Definition at line 355 of file channels/rdpdr.h.
wStream* IRP::input |
Definition at line 359 of file channels/rdpdr.h.
UINT32 IRP::IoStatus |
Definition at line 361 of file channels/rdpdr.h.
WINPR_SLIST_ENTRY IRP::ItemEntry |
Definition at line 351 of file channels/rdpdr.h.
UINT32 IRP::MajorFunction |
Definition at line 357 of file channels/rdpdr.h.
UINT32 IRP::MinorFunction |
Definition at line 358 of file channels/rdpdr.h.
wStream* IRP::output |
Definition at line 362 of file channels/rdpdr.h.
HANDLE IRP::thread |
Definition at line 367 of file channels/rdpdr.h.