ReactOS 0.4.15-dev-7942-gd23573b
_CSR_WAIT_BLOCK Struct Reference

#include <csrsrv.h>

Collaboration diagram for _CSR_WAIT_BLOCK:

Public Attributes

ULONG Size
 
LIST_ENTRY WaitList
 
PVOID WaitContext
 
PCSR_THREAD WaitThread
 
CSR_WAIT_FUNCTION WaitFunction
 
CSR_API_MESSAGE WaitApiMessage
 

Detailed Description

Definition at line 155 of file csrsrv.h.

Member Data Documentation

◆ Size

ULONG _CSR_WAIT_BLOCK::Size

Definition at line 157 of file csrsrv.h.

Referenced by CsrInitializeWait().

◆ WaitApiMessage

CSR_API_MESSAGE _CSR_WAIT_BLOCK::WaitApiMessage

Definition at line 162 of file csrsrv.h.

Referenced by CsrInitializeWait().

◆ WaitContext

PVOID _CSR_WAIT_BLOCK::WaitContext

Definition at line 159 of file csrsrv.h.

Referenced by CsrInitializeWait().

◆ WaitFunction

CSR_WAIT_FUNCTION _CSR_WAIT_BLOCK::WaitFunction

◆ WaitList

LIST_ENTRY _CSR_WAIT_BLOCK::WaitList

◆ WaitThread

PCSR_THREAD _CSR_WAIT_BLOCK::WaitThread

Definition at line 160 of file csrsrv.h.

Referenced by CsrDereferenceWait(), and CsrInitializeWait().


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