Rizin
unix-like reverse engineering framework and cli tools
|
#include <windows_heap.h>
Public Attributes | |
union { | |
WORD Depth | |
union { | |
union { | |
WORD Hint: 15 | |
WORD Lock: 1 | |
} | |
WORD Hint16 | |
} | |
INT32 Exchg | |
}; | |
Definition at line 103 of file windows_heap.h.
union { ... } |
WORD _INTERLOCK_SEQ::Depth |
Definition at line 105 of file windows_heap.h.
INT32 _INTERLOCK_SEQ::Exchg |
Definition at line 113 of file windows_heap.h.
WORD _INTERLOCK_SEQ::Hint |
Definition at line 108 of file windows_heap.h.
WORD _INTERLOCK_SEQ::Hint16 |
Definition at line 111 of file windows_heap.h.
WORD _INTERLOCK_SEQ::Lock |
Definition at line 109 of file windows_heap.h.