FreeRDP
IRP Struct Reference
Collaboration diagram for IRP:

Data Fields

WINPR_SLIST_ENTRY ItemEntry
 
DEVICE * device
 
DEVMAN * devman
 
UINT32 FileId
 
UINT32 CompletionId
 
UINT32 MajorFunction
 
UINT32 MinorFunction
 
wStreaminput
 
UINT32 IoStatus
 
wStreamoutput
 
pcIRPResponse Complete
 
pcIRPResponse Discard
 
HANDLE thread
 
BOOL cancelled
 

Detailed Description

Definition at line 349 of file channels/rdpdr.h.

Field Documentation

◆ cancelled

BOOL IRP::cancelled

Definition at line 368 of file channels/rdpdr.h.

◆ Complete

pcIRPResponse IRP::Complete

Definition at line 364 of file channels/rdpdr.h.

◆ CompletionId

UINT32 IRP::CompletionId

Definition at line 356 of file channels/rdpdr.h.

◆ device

DEVICE* IRP::device

Definition at line 353 of file channels/rdpdr.h.

◆ devman

DEVMAN* IRP::devman

Definition at line 354 of file channels/rdpdr.h.

◆ Discard

pcIRPResponse IRP::Discard

Definition at line 365 of file channels/rdpdr.h.

◆ FileId

UINT32 IRP::FileId

Definition at line 355 of file channels/rdpdr.h.

◆ input

wStream* IRP::input

Definition at line 359 of file channels/rdpdr.h.

◆ IoStatus

UINT32 IRP::IoStatus

Definition at line 361 of file channels/rdpdr.h.

◆ ItemEntry

WINPR_SLIST_ENTRY IRP::ItemEntry

Definition at line 351 of file channels/rdpdr.h.

◆ MajorFunction

UINT32 IRP::MajorFunction

Definition at line 357 of file channels/rdpdr.h.

◆ MinorFunction

UINT32 IRP::MinorFunction

Definition at line 358 of file channels/rdpdr.h.

◆ output

wStream* IRP::output

Definition at line 362 of file channels/rdpdr.h.

◆ thread

HANDLE IRP::thread

Definition at line 367 of file channels/rdpdr.h.


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