ReactOS 0.4.15-dev-7842-g558ab78
_MRX_SRVCALLDOWN_STRUCTURE Struct Reference

#include <mrx.h>

Collaboration diagram for _MRX_SRVCALLDOWN_STRUCTURE:

Public Attributes

KEVENT FinishEvent
 
LIST_ENTRY SrvCalldownList
 
PRX_CONTEXT RxContext
 
PMRX_SRV_CALL SrvCall
 
PMRX_SRVCALL_CALLBACK CallBack
 
BOOLEAN CalldownCancelled
 
ULONG NumberRemaining
 
ULONG NumberToWait
 
ULONG BestFinisherOrdinal
 
PRDBSS_DEVICE_OBJECT BestFinisher
 
MRX_SRVCALL_CALLBACK_CONTEXT CallbackContexts [1]
 

Detailed Description

Definition at line 131 of file mrx.h.

Member Data Documentation

◆ BestFinisher

PRDBSS_DEVICE_OBJECT _MRX_SRVCALLDOWN_STRUCTURE::BestFinisher

◆ BestFinisherOrdinal

ULONG _MRX_SRVCALLDOWN_STRUCTURE::BestFinisherOrdinal

Definition at line 141 of file mrx.h.

Referenced by RxCreateSrvCallCallBack(), and RxFinishSrvCallConstruction().

◆ CallBack

PMRX_SRVCALL_CALLBACK _MRX_SRVCALLDOWN_STRUCTURE::CallBack

Definition at line 137 of file mrx.h.

Referenced by _nfs41_CreateSrvCall(), nfs41_CreateSrvCall(), and RxConstructSrvCall().

◆ CallbackContexts

MRX_SRVCALL_CALLBACK_CONTEXT _MRX_SRVCALLDOWN_STRUCTURE::CallbackContexts[1]

Definition at line 143 of file mrx.h.

Referenced by RxConstructSrvCall(), and RxFinishSrvCallConstruction().

◆ CalldownCancelled

BOOLEAN _MRX_SRVCALLDOWN_STRUCTURE::CalldownCancelled

Definition at line 138 of file mrx.h.

◆ FinishEvent

KEVENT _MRX_SRVCALLDOWN_STRUCTURE::FinishEvent

Definition at line 133 of file mrx.h.

Referenced by RxConstructSrvCall(), and RxCreateSrvCallCallBack().

◆ NumberRemaining

ULONG _MRX_SRVCALLDOWN_STRUCTURE::NumberRemaining

Definition at line 139 of file mrx.h.

Referenced by RxConstructSrvCall(), and RxCreateSrvCallCallBack().

◆ NumberToWait

ULONG _MRX_SRVCALLDOWN_STRUCTURE::NumberToWait

Definition at line 140 of file mrx.h.

Referenced by RxConstructSrvCall().

◆ RxContext

PRX_CONTEXT _MRX_SRVCALLDOWN_STRUCTURE::RxContext

Definition at line 135 of file mrx.h.

Referenced by RxConstructSrvCall(), RxCreateSrvCallCallBack(), and RxFinishSrvCallConstruction().

◆ SrvCall

PMRX_SRV_CALL _MRX_SRVCALLDOWN_STRUCTURE::SrvCall

◆ SrvCalldownList

LIST_ENTRY _MRX_SRVCALLDOWN_STRUCTURE::SrvCalldownList

Definition at line 134 of file mrx.h.

Referenced by RxConstructSrvCall(), and RxCreateSrvCallCallBack().


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