ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <wshdrv.h>
Public Attributes | |
HANDLE | ThreadHandle |
PVOID | RequestRoutine |
PVOID | CancelRoutine |
PVOID | ApcContext |
ULONG | Reserved |
PVOID _WAH_EA_DATA2::ApcContext |
Definition at line 22 of file wshdrv.h.
Referenced by WahOpenHandleHelper().
PVOID _WAH_EA_DATA2::CancelRoutine |
Definition at line 21 of file wshdrv.h.
Referenced by WahOpenHandleHelper().
PVOID _WAH_EA_DATA2::RequestRoutine |
Definition at line 20 of file wshdrv.h.
Referenced by WahOpenHandleHelper().
ULONG _WAH_EA_DATA2::Reserved |
Definition at line 23 of file wshdrv.h.
Referenced by WahOpenHandleHelper().
HANDLE _WAH_EA_DATA2::ThreadHandle |
Definition at line 19 of file wshdrv.h.
Referenced by WahOpenHandleHelper().