|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <csrsrv.h>

Public Attributes | |
| ULONG | Size |
| LIST_ENTRY | WaitList |
| PVOID | WaitContext |
| PCSR_THREAD | WaitThread |
| CSR_WAIT_FUNCTION | WaitFunction |
| CSR_API_MESSAGE | WaitApiMessage |
| ULONG _CSR_WAIT_BLOCK::Size |
Definition at line 157 of file csrsrv.h.
Referenced by CsrInitializeWait().
| CSR_API_MESSAGE _CSR_WAIT_BLOCK::WaitApiMessage |
Definition at line 162 of file csrsrv.h.
Referenced by CsrInitializeWait().
| PVOID _CSR_WAIT_BLOCK::WaitContext |
Definition at line 159 of file csrsrv.h.
Referenced by CsrInitializeWait().
| CSR_WAIT_FUNCTION _CSR_WAIT_BLOCK::WaitFunction |
Definition at line 161 of file csrsrv.h.
Referenced by CsrDereferenceWait(), CsrInitializeWait(), CsrMoveSatisfiedWait(), and CsrNotifyWait().
| LIST_ENTRY _CSR_WAIT_BLOCK::WaitList |
Definition at line 158 of file csrsrv.h.
Referenced by CsrCreateWait(), CsrDereferenceWait(), CsrInitializeWait(), and CsrMoveSatisfiedWait().
| PCSR_THREAD _CSR_WAIT_BLOCK::WaitThread |
Definition at line 160 of file csrsrv.h.
Referenced by CsrDereferenceWait(), and CsrInitializeWait().