ReactOS 0.4.15-dev-7924-g5949c20
_RTLP_SRWLOCK_SHARED_WAKE Struct Reference
Collaboration diagram for _RTLP_SRWLOCK_SHARED_WAKE:

Public Attributes

LONG Wake
 
volatile struct _RTLP_SRWLOCK_SHARED_WAKENext
 

Detailed Description

Definition at line 49 of file srw.c.

Member Data Documentation

◆ Next

volatile struct _RTLP_SRWLOCK_SHARED_WAKE* _RTLP_SRWLOCK_SHARED_WAKE::Next

Definition at line 52 of file srw.c.

Referenced by RtlAcquireSRWLockShared(), and RtlpReleaseWaitBlockLockExclusive().

◆ Wake

LONG _RTLP_SRWLOCK_SHARED_WAKE::Wake

Definition at line 51 of file srw.c.

Referenced by RtlAcquireSRWLockShared(), and RtlpReleaseWaitBlockLockExclusive().


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