ReactOS
0.4.14-dev-608-gd495a4f
|
#include <iotypes.h>
Public Attributes | |
ULONG | OpenCount |
ULONG | Readers |
ULONG | Writers |
ULONG | Deleters |
ULONG | SharedRead |
ULONG | SharedWrite |
ULONG | SharedDelete |
ULONG _SHARE_ACCESS::OpenCount |
Definition at line 493 of file iotypes.h.
Referenced by RxCommonCleanup().
ULONG _SHARE_ACCESS::SharedDelete |
Definition at line 499 of file iotypes.h.
Referenced by RxChangeBufferingState().
ULONG _SHARE_ACCESS::SharedRead |
Definition at line 497 of file iotypes.h.
Referenced by RxChangeBufferingState().
ULONG _SHARE_ACCESS::SharedWrite |
Definition at line 498 of file iotypes.h.
Referenced by RxChangeBufferingState().
ULONG _SHARE_ACCESS::Writers |
Definition at line 495 of file iotypes.h.
Referenced by Ext2PreAcquireForCreateSection().